Html Css Color HEX #AAAA66 Olive Green

📋 copy color: '#AAAA66'

red 170 ◦ green 170 ◦ blue 102

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

Shades of Olive Green #AAAA66

Tints of Olive Green #AAAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 38.46%
G = 38.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AAAA66 (or 0xAAAA66) is known color: Olive Green. HEX triplet: AA, AA and 66. RGB value is (170,170,102). Sum of RGB (Red+Green+Blue) = 170+170+102=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA66 is #555599. Grayscale: #A2A2A2. Windows color (decimal): -5592474 or 6728362. OLE color: 6728362.

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

Color convert

RGB 170 170 102 -
CMYK 0 0 0.4 0.33
HSL 60º 0.29% 0.53% -
HSV(B) 60º 0.4% 0.67% -
XYZ 33.35 38.25 18.2 -
YUV 162.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 170 170 102 0 0 0.4 0.33 60 0.29 0.53
Hex AA AA 66 0 0 28 21 3C 1D 35
Octal 252 252 146 0 0 50 41 74 35 65
Binary 10101010 10101010 1100110 0 0 101000 100001 111100 11101 110101

Color Harmonies of #AAAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA66

Black with #AAAA66

Text Example


Text Example

White with #AAAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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