#ABAE6A

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

Shades of Olive Green #ABAE6A

Tints of Olive Green #ABAE6A

Color information

#ABAE6A (or 0xABAE6A) is unknown color: approx Olive Green. HEX triplet: AB, AE and 6A. RGB value is (171,174,106). Sum of RGB (Red+Green+Blue) = 171+174+106=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE6A is #545195. Grayscale: #A5A5A5. Windows color (decimal): -5525910 or 6991531. OLE color: 6991531.

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

Color convert

RGB171174106-
CMYK0.0200.390.32
HSL62.65º29.57%54.9%-
HSV(B)62.65º39.08%68.24%-
XYZ34.5339.9719.53-
YUV165.3594.51132.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=37.92%
G=38.58%
B=23.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741060.0200.390.3262.6529.5754.9
HexABAE6A2027203f1e37
Octal253256152204740773667
Binary1010101110101110110101010010011110000011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE6A; }

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

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

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

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

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

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

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

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