#ABB66A

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

Shades of Olive Green #ABB66A

Tints of Olive Green #ABB66A

Color information

#ABB66A (or 0xABB66A) is unknown color: approx Olive Green. HEX triplet: AB, B6 and 6A. RGB value is (171,182,106). Sum of RGB (Red+Green+Blue) = 171+182+106=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB66A is #544995. Grayscale: #AAAAAA. Windows color (decimal): -5523862 or 6993579. OLE color: 6993579.

HSL color Cylindrical-coordinate representation of color #ABB66A: hue angle of 68.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABB66A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB171182106-
CMYK0.0600.420.29
HSL68.68º34.23%56.47%-
HSV(B)68.68º41.76%71.37%-
XYZ36.1243.1520.06-
YUV170.0591.86128.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 106 (41.80% from 255) = 23.09%
R=37.25%
G=39.65%
B=23.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821060.0600.420.2968.6834.2356.47
HexABB66A602A1D452238
Octal2532661526052351054270
Binary101010111011011011010101100101010111011000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB66A; }

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

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

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

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

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

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

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

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