#ACAF6D

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

Shades of Olive Green #ACAF6D

Tints of Olive Green #ACAF6D

Color information

#ACAF6D (or 0xACAF6D) is unknown color: approx Olive Green. HEX triplet: AC, AF and 6D. RGB value is (172,175,109). Sum of RGB (Red+Green+Blue) = 172+175+109=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF6D is #535092. Grayscale: #A6A6A6. Windows color (decimal): -5460115 or 7188396. OLE color: 7188396.

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

Color convert

RGB172175109-
CMYK0.0200.380.31
HSL62.73º29.2%55.69%-
HSV(B)62.73º37.71%68.63%-
XYZ35.140.5320.44-
YUV166.5895.51131.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=37.72%
G=38.38%
B=23.90%

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
Decimal1721751090.0200.380.3162.7329.255.69
HexACAF6D20261F3f1d38
Octal254257155204637773570
Binary101011001010111111011011001001101111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF6D; }

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

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

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

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

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

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

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

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