Html Css Color HEX #AAAA60 Olive Green

📋 copy color: '#AAAA60'

red 170 ◦ green 170 ◦ blue 96

#AAAA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAAA60

Tints of Olive Green #AAAA60

RGB

 RED value IS 170 (66.8% from 255) = 38.99%

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 38.99%
G = 38.99%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAAA60 (or 0xAAAA60) is known color: Olive Green. HEX triplet: AA, AA and 60. RGB value is (170,170,96). Sum of RGB (Red+Green+Blue) = 170+170+96=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA60 is #55559F. Grayscale: #A1A1A1. Windows color (decimal): -5592480 or 6335146. OLE color: 6335146.

HSL color Cylindrical-coordinate representation of color #AAAA60: 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.44%. Process color model (Four color, CMYK) of #AAAA60 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 96 -
CMYK 0 0 0.44 0.33
HSL 60º 0.3% 0.52% -
HSV(B) 60º 0.44% 0.67% -
XYZ 33.06 38.14 16.69 -
YUV 161.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 170 170 96 0 0 0.44 0.33 60 0.3 0.52
Hex AA AA 60 0 0 2C 21 3C 1E 34
Octal 252 252 140 0 0 54 41 74 36 64
Binary 10101010 10101010 1100000 0 0 101100 100001 111100 11110 110100

Color Harmonies of #AAAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA60

Black with #AAAA60

Text Example


Text Example

White with #AAAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA60; }

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

 H1.HeaderClassName
 {
   color: #AAAA60;
 }
 .AnyTagClassName
 {
   color: #AAAA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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