#ACAF69

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

Shades of Olive Green #ACAF69

Tints of Olive Green #ACAF69

Color information

#ACAF69 (or 0xACAF69) is unknown color: approx Olive Green. HEX triplet: AC, AF and 69. RGB value is (172,175,105). Sum of RGB (Red+Green+Blue) = 172+175+105=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF69 is #535096. Grayscale: #A6A6A6. Windows color (decimal): -5460119 or 6926252. OLE color: 6926252.

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

Color convert

RGB172175105-
CMYK0.0200.400.31
HSL62.57º30.43%54.9%-
HSV(B)62.57º40%68.63%-
XYZ34.8940.4519.33-
YUV166.1293.51132.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=38.05%
G=38.72%
B=23.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751050.0200.400.3162.5730.4354.9
HexACAF6920281F3f1e37
Octal254257151205037773667
Binary101011001010111111010011001010001111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF69; }

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

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

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

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

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

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

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

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