#ABAC6C

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

Shades of Olive Green #ABAC6C

Tints of Olive Green #ABAC6C

Color information

#ABAC6C (or 0xABAC6C) is unknown color: approx Olive Green. HEX triplet: AB, AC and 6C. RGB value is (171,172,108). Sum of RGB (Red+Green+Blue) = 171+172+108=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC6C is #545393. Grayscale: #A4A4A4. Windows color (decimal): -5526420 or 7122091. OLE color: 7122091.

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

Color convert

RGB171172108-
CMYK0.0100.370.33
HSL60.94º27.83%54.9%-
HSV(B)60.94º37.21%67.45%-
XYZ34.2539.2519.96-
YUV164.496.17132.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=37.92%
G=38.14%
B=23.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721080.0100.370.3360.9427.8354.9
HexABAC6C1025213d1c37
Octal253254154104541753467
Binary101010111010110011011001010010110000111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC6C; }

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

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

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

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

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

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

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

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