#ABB365

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

Shades of Olive Green #ABB365

Tints of Olive Green #ABB365

Color information

#ABB365 (or 0xABB365) is unknown color: approx Olive Green. HEX triplet: AB, B3 and 65. RGB value is (171,179,101). Sum of RGB (Red+Green+Blue) = 171+179+101=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB365 is #544C9A. Grayscale: #A8A8A8. Windows color (decimal): -5524635 or 6665131. OLE color: 6665131.

HSL color Cylindrical-coordinate representation of color #ABB365: hue angle of 66.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABB365 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB171179101-
CMYK0.0400.440.30
HSL66.15º33.91%54.9%-
HSV(B)66.15º43.58%70.2%-
XYZ35.2641.8418.53-
YUV167.7290.35130.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=37.92%
G=39.69%
B=22.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791010.0400.440.3066.1533.9154.9
HexABB365402C1E422237
Octal2532631454054361024267
Binary101010111011001111001011000101100111101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB365; }

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

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

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

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

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

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

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

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