#AAB760

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

Shades of Olive Green #AAB760

Tints of Olive Green #AAB760

Color information

#AAB760 (or 0xAAB760) is unknown color: approx Olive Green. HEX triplet: AA, B7 and 60. RGB value is (170,183,96). Sum of RGB (Red+Green+Blue) = 170+183+96=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB760 is #55489F. Grayscale: #A9A9A9. Windows color (decimal): -5589152 or 6338474. OLE color: 6338474.

HSL color Cylindrical-coordinate representation of color #AAB760: hue angle of 68.97º 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 #AAB760 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB17018396-
CMYK0.0700.480.28
HSL68.97º37.66%54.71%-
HSV(B)68.97º47.54%71.76%-
XYZ35.6243.2617.54-
YUV169.1986.69128.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 96 (37.89% from 255) = 21.38%
R=37.86%
G=40.76%
B=21.38%

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
Decimal170183960.0700.480.2868.9737.6654.71
HexAAB76070301C452637
Octal2522671407060341054667
Binary101010101011011111000001110110000111001000101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB760; }

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

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

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

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

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

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

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

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