#ABB865

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

Shades of Olive Green #ABB865

Tints of Olive Green #ABB865

Color information

#ABB865 (or 0xABB865) is unknown color: approx Olive Green. HEX triplet: AB, B8 and 65. RGB value is (171,184,101). Sum of RGB (Red+Green+Blue) = 171+184+101=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB865 is #54479A. Grayscale: #AAAAAA. Windows color (decimal): -5523355 or 6666411. OLE color: 6666411.

HSL color Cylindrical-coordinate representation of color #ABB865: hue angle of 69.4º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABB865 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB171184101-
CMYK0.0700.450.28
HSL69.4º36.89%55.88%-
HSV(B)69.4º45.11%72.16%-
XYZ36.2843.8818.87-
YUV170.6588.69128.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=37.5%
G=40.35%
B=22.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841010.0700.450.2869.436.8955.88
HexABB865702D1C452538
Octal2532701457055341054570
Binary101010111011100011001011110101101111001000101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB865; }

 p { color: rgb(171,184,101); }

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

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

 a { background-color: rgb(171,184,101); }

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

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

 span { border-color: rgb(171,184,101); }

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