#ABAE6D

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

Shades of Olive Green #ABAE6D

Tints of Olive Green #ABAE6D

Color information

#ABAE6D (or 0xABAE6D) is unknown color: approx Olive Green. HEX triplet: AB, AE and 6D. RGB value is (171,174,109). Sum of RGB (Red+Green+Blue) = 171+174+109=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6D is #545192. Grayscale: #A5A5A5. Windows color (decimal): -5525907 or 7188139. OLE color: 7188139.

HSL color Cylindrical-coordinate representation of color #ABAE6D: hue angle of 62.77º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABAE6D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB171174109-
CMYK0.0200.370.32
HSL62.77º28.63%55.49%-
HSV(B)62.77º37.36%68.24%-
XYZ34.6940.0320.37-
YUV165.6996.01131.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=37.67%
G=38.33%
B=24.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741090.0200.370.3262.7728.6355.49
HexABAE6D2025203f1d37
Octal253256155204540773567
Binary1010101110101110110110110010010110000011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE6D; }

 p { color: rgb(171,174,109); }

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

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

 a { background-color: rgb(171,174,109); }

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

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

 span { border-color: rgb(171,174,109); }

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