#AAAA61

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

Shades of Olive Green #AAAA61

Tints of Olive Green #AAAA61

Color information

#AAAA61 (or 0xAAAA61) is unknown color: approx Olive Green. HEX triplet: AA, AA and 61. RGB value is (170,170,97). Sum of RGB (Red+Green+Blue) = 170+170+97=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA61 is #55559E. Grayscale: #A1A1A1. Windows color (decimal): -5592479 or 6400682. OLE color: 6400682.

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

Color convert

RGB17017097-
CMYK000.430.33
HSL60º30.04%52.35%-
HSV(B)60º42.94%66.67%-
XYZ33.1138.1616.93-
YUV161.6891.5133.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=38.90%
G=38.90%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17017097000.430.336030.0452.35
HexAAAA61002B213c1e34
Octal252252141005341743664
Binary101010101010101011000010010101110000111110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA61; }

 p { color: rgb(170,170,97); }

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

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

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

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

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

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

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