#ACAF6C

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

Shades of Olive Green #ACAF6C

Tints of Olive Green #ACAF6C

Color information

#ACAF6C (or 0xACAF6C) is unknown color: approx Olive Green. HEX triplet: AC, AF and 6C. RGB value is (172,175,108). Sum of RGB (Red+Green+Blue) = 172+175+108=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF6C is #535093. Grayscale: #A6A6A6. Windows color (decimal): -5460116 or 7122860. OLE color: 7122860.

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

Color convert

RGB172175108-
CMYK0.0200.380.31
HSL62.69º29.52%55.49%-
HSV(B)62.69º38.29%68.63%-
XYZ35.0540.5120.16-
YUV166.4695.01131.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=37.80%
G=38.46%
B=23.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751080.0200.380.3162.6929.5255.49
HexACAF6C20261F3f1e37
Octal254257154204637773667
Binary101011001010111111011001001001101111111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF6C; }

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

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

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

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

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

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

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

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