Html Css Color HEX #AAAA62 Olive Green

📋 copy color: '#AAAA62'

red 170 ◦ green 170 ◦ blue 98

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

Shades of Olive Green #AAAA62

Tints of Olive Green #AAAA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 38.81%
G = 38.81%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAAA62 (or 0xAAAA62) is known color: Olive Green. HEX triplet: AA, AA and 62. RGB value is (170,170,98). Sum of RGB (Red+Green+Blue) = 170+170+98=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA62 is #55559D. Grayscale: #A2A2A2. Windows color (decimal): -5592478 or 6466218. OLE color: 6466218.

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

Color convert

RGB 170 170 98 -
CMYK 0 0 0.42 0.33
HSL 60º 0.3% 0.53% -
HSV(B) 60º 0.42% 0.67% -
XYZ 33.16 38.18 17.18 -
YUV 161.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 170 170 98 0 0 0.42 0.33 60 0.3 0.53
Hex AA AA 62 0 0 2A 21 3C 1E 35
Octal 252 252 142 0 0 52 41 74 36 65
Binary 10101010 10101010 1100010 0 0 101010 100001 111100 11110 110101

Color Harmonies of #AAAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA62

Black with #AAAA62

Text Example


Text Example

White with #AAAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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