#ACB869

Color #ACB869 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACB869

Tints of Olive Green #ACB869

Color information

#ACB869 (or 0xACB869) is unknown color: approx Olive Green. HEX triplet: AC, B8 and 69. RGB value is (172,184,105). Sum of RGB (Red+Green+Blue) = 172+184+105=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB869 is #534796. Grayscale: #ABABAB. Windows color (decimal): -5457815 or 6928556. OLE color: 6928556.

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

Color convert

RGB172184105-
CMYK0.0700.430.28
HSL69.11º35.75%56.67%-
HSV(B)69.11º42.93%72.16%-
XYZ36.744.0719.94-
YUV171.4190.52128.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=37.31%
G=39.91%
B=22.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841050.0700.430.2869.1135.7556.67
HexACB869702B1C452439
Octal2542701517053341054471
Binary101011001011100011010011110101011111001000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB869; }

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

 H1.HeaderClassName
 {
   color: #ACB869;
 }
 .AnyTagClassName
 {
   color: #ACB869;
 }
</style>
background-color css

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

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

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

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

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

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