#ABAE6C

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

Shades of Olive Green #ABAE6C

Tints of Olive Green #ABAE6C

Color information

#ABAE6C (or 0xABAE6C) is unknown color: approx Olive Green. HEX triplet: AB, AE and 6C. RGB value is (171,174,108). Sum of RGB (Red+Green+Blue) = 171+174+108=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6C is #545193. Grayscale: #A5A5A5. Windows color (decimal): -5525908 or 7122603. OLE color: 7122603.

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

Color convert

RGB171174108-
CMYK0.0200.380.32
HSL62.73º28.95%55.29%-
HSV(B)62.73º37.93%68.24%-
XYZ34.6440.0120.09-
YUV165.5895.51131.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=37.75%
G=38.41%
B=23.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741080.0200.380.3262.7328.9555.29
HexABAE6C2026203f1d37
Octal253256154204640773567
Binary1010101110101110110110010010011010000011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE6C; }

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

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

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

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

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

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

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

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