#AAAB60

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

Shades of Olive Green #AAAB60

Tints of Olive Green #AAAB60

Color information

#AAAB60 (or 0xAAAB60) is unknown color: approx Olive Green. HEX triplet: AA, AB and 60. RGB value is (170,171,96). Sum of RGB (Red+Green+Blue) = 170+171+96=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB60 is #55549F. Grayscale: #A2A2A2. Windows color (decimal): -5592224 or 6335402. OLE color: 6335402.

HSL color Cylindrical-coordinate representation of color #AAAB60: hue angle of 60.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAAB60 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17017196-
CMYK0.0100.440.33
HSL60.8º30.86%52.35%-
HSV(B)60.8º43.86%67.06%-
XYZ33.2538.5216.75-
YUV162.1590.67133.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=38.90%
G=39.13%
B=21.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171960.0100.440.3360.830.8652.35
HexAAAB60102C213d1f34
Octal252253140105441753764
Binary101010101010101111000001010110010000111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB60; }

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

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

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

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

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

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

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

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