#ABAF60

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

Shades of Olive Green #ABAF60

Tints of Olive Green #ABAF60

Color information

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

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

Color convert

RGB17117596-
CMYK0.0200.450.31
HSL63.04º33.05%53.14%-
HSV(B)63.04º45.14%68.63%-
XYZ34.2440.1617.01-
YUV164.889.17132.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175960.0200.450.3163.0433.0553.14
HexABAF60202D1F3f2135
Octal253257140205537774165
Binary1010101110101111110000010010110111111111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF60; }

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

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

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

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

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

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

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

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