Html Css Color HEX #ACB766 Olive Green

📋 copy color: '#ACB766'

red 172 ◦ green 183 ◦ blue 102

#ACB766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ACB766

Tints of Olive Green #ACB766

RGB

 RED value IS 172 (67.58% from 255) = 37.64%

 GREEN value IS 183 (71.88% from 255) = 40.04%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 37.64%
G = 40.04%
B = 22.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACB766 (or 0xACB766) is known color: Olive Green. HEX triplet: AC, B7 and 66. RGB value is (172,183,102). Sum of RGB (Red+Green+Blue) = 172+183+102=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB766 is #534899. Grayscale: #AAAAAA. Windows color (decimal): -5458074 or 6731692. OLE color: 6731692.

HSL color Cylindrical-coordinate representation of color #ACB766: hue angle of 68.15º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB766 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 102 -
CMYK 0.06 0 0.44 0.28
HSL 68.15º 0.36% 0.56% -
HSV(B) 68.15º 0.44% 0.72% -
XYZ 36.35 43.6 19.07 -
YUV 170.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 172 183 102 0.06 0 0.44 0.28 68.15 0.36 0.56
Hex AC B7 66 6 0 2C 1C 44 24 38
Octal 254 267 146 6 0 54 34 104 44 70
Binary 10101100 10110111 1100110 110 0 101100 11100 1000100 100100 111000

Color Harmonies of #ACB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB766

Black with #ACB766

Text Example


Text Example

White with #ACB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB766; }

 p { color: rgb(172,183,102); }

 H1.HeaderClassName
 {
   color: #ACB766;
 }
 .AnyTagClassName
 {
   color: #ACB766;
 }
</style>

background-color css

<style>
 a { background-color: #ACB766; }

 a { background-color: rgb(172,183,102); }

 div.DivClassName
 {
   background-color: #ACB766;
 }
 .BgClassName
 {
   background-color: #ACB766;
 }
</style>

border-color css

<style>
 span { border-color: #ACB766; }

 span { border-color: rgb(172,183,102); }

 td.TdClassName
 {
   border-color: #ACB766;
 }
 .TagClassName
 {
   border-color: #ACB766;
 }
</style>