#AFAA60

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

Shades of Olive Green #AFAA60

Tints of Olive Green #AFAA60

Color information

#AFAA60 (or 0xAFAA60) is unknown color: approx Olive Green. HEX triplet: AF, AA and 60. RGB value is (175,170,96). Sum of RGB (Red+Green+Blue) = 175+170+96=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA60 is #50559F. Grayscale: #A3A3A3. Windows color (decimal): -5264800 or 6335151. OLE color: 6335151.

HSL color Cylindrical-coordinate representation of color #AFAA60: hue angle of 56.2º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFAA60 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17517096-
CMYK00.030.450.31
HSL56.2º33.05%53.14%-
HSV(B)56.2º45.14%68.63%-
XYZ34.1738.7116.74-
YUV163.0690.16136.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=39.68%
G=38.55%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751709600.030.450.3156.233.0553.14
HexAFAA60032D1F382135
Octal257252140035537704165
Binary1010111110101010110000001110110111111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA60; }

 p { color: rgb(175,170,96); }

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

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

 a { background-color: rgb(175,170,96); }

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

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

 span { border-color: rgb(175,170,96); }

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