#AAB764

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

Shades of Olive Green #AAB764

Tints of Olive Green #AAB764

Color information

#AAB764 (or 0xAAB764) is unknown color: approx Olive Green. HEX triplet: AA, B7 and 64. RGB value is (170,183,100). Sum of RGB (Red+Green+Blue) = 170+183+100=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB764 is #55489B. Grayscale: #A9A9A9. Windows color (decimal): -5589148 or 6600618. OLE color: 6600618.

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

Color convert

RGB170183100-
CMYK0.0700.450.28
HSL69.4º36.56%55.49%-
HSV(B)69.4º45.36%71.76%-
XYZ35.8143.3318.53-
YUV169.6588.69128.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=37.53%
G=40.40%
B=22.08%

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
Decimal1701831000.0700.450.2869.436.5655.49
HexAAB764702D1C452537
Octal2522671447055341054567
Binary101010101011011111001001110101101111001000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB764; }

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

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

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

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

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

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

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

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