#AFAC66

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

Shades of Olive Green #AFAC66

Tints of Olive Green #AFAC66

Color information

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

HSL color Cylindrical-coordinate representation of color #AFAC66: hue angle of 57.53º 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 #AFAC66 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175172102-
CMYK00.020.420.31
HSL57.53º31.33%54.31%-
HSV(B)57.53º41.71%68.63%-
XYZ34.8339.5818.37-
YUV164.9292.49135.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517210200.020.420.3157.5331.3354.31
HexAFAC66022A1F3a1f36
Octal257254146025237723766
Binary101011111010110011001100101010101111111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC66; }

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

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

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

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

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

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

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

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