Html Css Color HEX #ACB669 Olive Green

📋 copy color: '#ACB669'

red 172 ◦ green 182 ◦ blue 105

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

Shades of Olive Green #ACB669

Tints of Olive Green #ACB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 37.47%
G = 39.65%
B = 22.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#ACB669 (or 0xACB669) is known color: Olive Green. HEX triplet: AC, B6 and 69. RGB value is (172,182,105). Sum of RGB (Red+Green+Blue) = 172+182+105=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB669 is #534996. Grayscale: #AAAAAA. Windows color (decimal): -5458327 or 6928044. OLE color: 6928044.

HSL color Cylindrical-coordinate representation of color #ACB669: hue angle of 67.79º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB669 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 105 -
CMYK 0.05 0 0.42 0.29
HSL 67.79º 0.35% 0.56% -
HSV(B) 67.79º 0.42% 0.71% -
XYZ 36.29 43.25 19.8 -
YUV 170.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 172 182 105 0.05 0 0.42 0.29 67.79 0.35 0.56
Hex AC B6 69 5 0 2A 1D 44 23 38
Octal 254 266 151 5 0 52 35 104 43 70
Binary 10101100 10110110 1101001 101 0 101010 11101 1000100 100011 111000

Color Harmonies of #ACB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB669

Black with #ACB669

Text Example


Text Example

White with #ACB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB669; }

 p { color: rgb(172,182,105); }

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

background-color css

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

 a { background-color: rgb(172,182,105); }

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

border-color css

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

 span { border-color: rgb(172,182,105); }

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