#AFAC4F

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

Shades of Olive Green #AFAC4F

Tints of Olive Green #AFAC4F

Color information

#AFAC4F (or 0xAFAC4F) is unknown color: approx Olive Green. HEX triplet: AF, AC and 4F. RGB value is (175,172,79). Sum of RGB (Red+Green+Blue) = 175+172+79=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC4F is #5053B0. Grayscale: #A2A2A2. Windows color (decimal): -5264305 or 5221551. OLE color: 5221551.

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

Color convert

RGB17517279-
CMYK00.020.550.31
HSL58.12º37.8%49.8%-
HSV(B)58.12º54.86%68.63%-
XYZ33.8439.1813.18-
YUV162.2980.99137.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=41.08%
G=40.38%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751727900.020.550.3158.1237.849.8
HexAFAC4F02371F3a2632
Octal257254117026737724662
Binary1010111110101100100111101011011111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC4F; }

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

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

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

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

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

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

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

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