#ABAD6A

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

Shades of Olive Green #ABAD6A

Tints of Olive Green #ABAD6A

Color information

#ABAD6A (or 0xABAD6A) is unknown color: approx Olive Green. HEX triplet: AB, AD and 6A. RGB value is (171,173,106). Sum of RGB (Red+Green+Blue) = 171+173+106=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD6A is #545295. Grayscale: #A5A5A5. Windows color (decimal): -5526166 or 6991275. OLE color: 6991275.

HSL color Cylindrical-coordinate representation of color #ABAD6A: hue angle of 61.79º degrees, saturation: 0.29, 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 #ABAD6A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB171173106-
CMYK0.0100.390.32
HSL61.79º29%54.71%-
HSV(B)61.79º38.73%67.84%-
XYZ34.3439.5919.47-
YUV164.7694.84132.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=38%
G=38.44%
B=23.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731060.0100.390.3261.792954.71
HexABAD6A1027203e1d37
Octal253255152104740763567
Binary101010111010110111010101010011110000011111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD6A; }

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

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

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

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

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

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

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

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