#ABB760

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

Shades of Olive Green #ABB760

Tints of Olive Green #ABB760

Color information

#ABB760 (or 0xABB760) is unknown color: approx Olive Green. HEX triplet: AB, B7 and 60. RGB value is (171,183,96). Sum of RGB (Red+Green+Blue) = 171+183+96=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB760 is #54489F. Grayscale: #A9A9A9. Windows color (decimal): -5523616 or 6338475. OLE color: 6338475.

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

Color convert

RGB17118396-
CMYK0.0700.480.28
HSL68.28º37.66%54.71%-
HSV(B)68.28º47.54%71.76%-
XYZ35.8443.3717.55-
YUV169.4986.52129.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=38%
G=40.67%
B=21.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183960.0700.480.2868.2837.6654.71
HexABB76070301C442637
Octal2532671407060341044667
Binary101010111011011111000001110110000111001000100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB760; }

 p { color: rgb(171,183,96); }

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

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

 a { background-color: rgb(171,183,96); }

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

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

 span { border-color: rgb(171,183,96); }

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