#ABAC60

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

Shades of Olive Green #ABAC60

Tints of Olive Green #ABAC60

Color information

#ABAC60 (or 0xABAC60) is unknown color: approx Olive Green. HEX triplet: AB, AC and 60. RGB value is (171,172,96). Sum of RGB (Red+Green+Blue) = 171+172+96=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC60 is #54539F. Grayscale: #A3A3A3. Windows color (decimal): -5526432 or 6335659. OLE color: 6335659.

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

Color convert

RGB17117296-
CMYK0.0100.440.33
HSL60.79º31.4%52.55%-
HSV(B)60.79º44.19%67.45%-
XYZ33.6639.0116.82-
YUV163.0490.17133.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=38.95%
G=39.18%
B=21.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172960.0100.440.3360.7931.452.55
HexABAC60102C213d1f35
Octal253254140105441753765
Binary101010111010110011000001010110010000111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC60; }

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

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

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

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

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

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

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

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