#AAAC61

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

Shades of Olive Green #AAAC61

Tints of Olive Green #AAAC61

Color information

#AAAC61 (or 0xAAAC61) is unknown color: approx Olive Green. HEX triplet: AA, AC and 61. RGB value is (170,172,97). Sum of RGB (Red+Green+Blue) = 170+172+97=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC61 is #55539E. Grayscale: #A3A3A3. Windows color (decimal): -5591967 or 6401194. OLE color: 6401194.

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

Color convert

RGB17017297-
CMYK0.0100.440.33
HSL61.6º31.12%52.75%-
HSV(B)61.6º43.6%67.45%-
XYZ33.4938.9117.06-
YUV162.8590.84133.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=38.72%
G=39.18%
B=22.10%

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
Decimal170172970.0100.440.3361.631.1252.75
HexAAAC61102C213e1f35
Octal252254141105441763765
Binary101010101010110011000011010110010000111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC61; }

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

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

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

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

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

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

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

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