#ABAF63

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

Shades of Olive Green #ABAF63

Tints of Olive Green #ABAF63

Color information

#ABAF63 (or 0xABAF63) is unknown color: approx Olive Green. HEX triplet: AB, AF and 63. RGB value is (171,175,99). Sum of RGB (Red+Green+Blue) = 171+175+99=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF63 is #54509C. Grayscale: #A5A5A5. Windows color (decimal): -5525661 or 6533035. OLE color: 6533035.

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

Color convert

RGB17117599-
CMYK0.0200.430.31
HSL63.16º32.2%53.73%-
HSV(B)63.16º43.43%68.63%-
XYZ34.3840.2217.76-
YUV165.1490.67132.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=38.43%
G=39.33%
B=22.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175990.0200.430.3163.1632.253.73
HexABAF63202B1F3f2036
Octal253257143205337774066
Binary1010101110101111110001110010101111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF63; }

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

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

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

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

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

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

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

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