#AFAB60

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

Shades of Olive Green #AFAB60

Tints of Olive Green #AFAB60

Color information

#AFAB60 (or 0xAFAB60) is unknown color: approx Olive Green. HEX triplet: AF, AB and 60. RGB value is (175,171,96). Sum of RGB (Red+Green+Blue) = 175+171+96=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB60 is #50549F. Grayscale: #A3A3A3. Windows color (decimal): -5264544 or 6335407. OLE color: 6335407.

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

Color convert

RGB17517196-
CMYK00.020.450.31
HSL56.96º33.05%53.14%-
HSV(B)56.96º45.14%68.63%-
XYZ34.3539.0816.8-
YUV163.6589.83136.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=39.59%
G=38.69%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751719600.020.450.3156.9633.0553.14
HexAFAB60022D1F392135
Octal257253140025537714165
Binary1010111110101011110000001010110111111111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB60; }

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

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

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

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

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

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

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

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