#ACAF66

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

Shades of Olive Green #ACAF66

Tints of Olive Green #ACAF66

Color information

#ACAF66 (or 0xACAF66) is unknown color: approx Olive Green. HEX triplet: AC, AF and 66. RGB value is (172,175,102). Sum of RGB (Red+Green+Blue) = 172+175+102=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF66 is #535099. Grayscale: #A6A6A6. Windows color (decimal): -5460122 or 6729644. OLE color: 6729644.

HSL color Cylindrical-coordinate representation of color #ACAF66: hue angle of 62.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACAF66 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB172175102-
CMYK0.0200.420.31
HSL62.47º31.33%54.31%-
HSV(B)62.47º41.71%68.63%-
XYZ34.7440.3918.54-
YUV165.7892.01132.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=38.31%
G=38.98%
B=22.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751020.0200.420.3162.4731.3354.31
HexACAF66202A1F3e1f36
Octal254257146205237763766
Binary101011001010111111001101001010101111111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF66; }

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

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

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

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

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

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

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

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