#ABAF5E

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

Shades of Olive Green #ABAF5E

Tints of Olive Green #ABAF5E

Color information

#ABAF5E (or 0xABAF5E) is unknown color: approx Olive Green. HEX triplet: AB, AF and 5E. RGB value is (171,175,94). Sum of RGB (Red+Green+Blue) = 171+175+94=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF5E is #5450A1. Grayscale: #A4A4A4. Windows color (decimal): -5525666 or 6205355. OLE color: 6205355.

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

Color convert

RGB17117594-
CMYK0.0200.460.31
HSL62.96º33.61%52.75%-
HSV(B)62.96º46.29%68.63%-
XYZ34.1440.1316.54-
YUV164.5788.17132.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=38.86%
G=39.77%
B=21.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175940.0200.460.3162.9633.6152.75
HexABAF5E202E1F3f2235
Octal253257136205637774265
Binary1010101110101111101111010010111011111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF5E; }

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

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

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

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

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

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

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

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