#AFAC4E

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

Shades of Olive Green #AFAC4E

Tints of Olive Green #AFAC4E

Color information

#AFAC4E (or 0xAFAC4E) is unknown color: approx Olive Green. HEX triplet: AF, AC and 4E. RGB value is (175,172,78). Sum of RGB (Red+Green+Blue) = 175+172+78=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC4E is #5053B1. Grayscale: #A2A2A2. Windows color (decimal): -5264306 or 5156015. OLE color: 5156015.

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

Color convert

RGB17517278-
CMYK00.020.550.31
HSL58.14º38.34%49.61%-
HSV(B)58.14º55.43%68.63%-
XYZ33.8139.1712.99-
YUV162.1880.49137.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=41.18%
G=40.47%
B=18.35%

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
Decimal1751727800.020.550.3158.1438.3449.61
HexAFAC4E02371F3a2632
Octal257254116026737724662
Binary1010111110101100100111001011011111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC4E; }

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

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

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

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

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

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

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

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