#ACB669

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

Shades of Olive Green #ACB669

Tints of Olive Green #ACB669

Color information

#ACB669 (or 0xACB669) is unknown color: approx 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

RGB172182105-
CMYK0.0500.420.29
HSL67.79º34.53%56.27%-
HSV(B)67.79º42.31%71.37%-
XYZ36.2943.2519.8-
YUV170.2391.19129.26-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821050.0500.420.2967.7934.5356.27
HexACB669502A1D442338
Octal2542661515052351044370
Binary101011001011011011010011010101010111011000100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>