#ACAF6E

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

Shades of Olive Green #ACAF6E

Tints of Olive Green #ACAF6E

Color information

#ACAF6E (or 0xACAF6E) is unknown color: approx Olive Green. HEX triplet: AC, AF and 6E. RGB value is (172,175,110). Sum of RGB (Red+Green+Blue) = 172+175+110=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF6E is #535091. Grayscale: #A6A6A6. Windows color (decimal): -5460114 or 7253932. OLE color: 7253932.

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

Color convert

RGB172175110-
CMYK0.0200.370.31
HSL62.77º28.89%55.88%-
HSV(B)62.77º37.14%68.63%-
XYZ35.1640.5620.73-
YUV166.6996.01131.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=37.64%
G=38.29%
B=24.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751100.0200.370.3162.7728.8955.88
HexACAF6E20251F3f1d38
Octal254257156204537773570
Binary101011001010111111011101001001011111111111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF6E; }

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

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

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

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

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

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

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

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