#ABB06A

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

Shades of Olive Green #ABB06A

Tints of Olive Green #ABB06A

Color information

#ABB06A (or 0xABB06A) is unknown color: approx Olive Green. HEX triplet: AB, B0 and 6A. RGB value is (171,176,106). Sum of RGB (Red+Green+Blue) = 171+176+106=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB06A is #544F95. Grayscale: #A6A6A6. Windows color (decimal): -5525398 or 6992043. OLE color: 6992043.

HSL color Cylindrical-coordinate representation of color #ABB06A: hue angle of 64.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABB06A is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB171176106-
CMYK0.0300.400.31
HSL64.29º30.7%55.29%-
HSV(B)64.29º39.77%69.02%-
XYZ34.9240.7519.66-
YUV166.5293.84131.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=37.75%
G=38.85%
B=23.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761060.0300.400.3164.2930.755.29
HexABB06A30281F401f37
Octal2532601523050371003767
Binary1010101110110000110101011010100011111100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB06A; }

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

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

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

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

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

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

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

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