Html Css Color HEX #AAAA4E Olive Green

📋 copy color: '#AAAA4E'

red 170 ◦ green 170 ◦ blue 78

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

Shades of Olive Green #AAAA4E

Tints of Olive Green #AAAA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 40.67%
G = 40.67%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAAA4E (or 0xAAAA4E) is known color: Olive Green. HEX triplet: AA, AA and 4E. RGB value is (170,170,78). Sum of RGB (Red+Green+Blue) = 170+170+78=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA4E is #5555B1. Grayscale: #9F9F9F. Windows color (decimal): -5592498 or 5155498. OLE color: 5155498.

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

Color convert

RGB 170 170 78 -
CMYK 0 0 0.54 0.33
HSL 60º 0.37% 0.49% -
HSV(B) 60º 0.54% 0.67% -
XYZ 32.33 37.85 12.81 -
YUV 159.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 170 170 78 0 0 0.54 0.33 60 0.37 0.49
Hex AA AA 4E 0 0 36 21 3C 25 31
Octal 252 252 116 0 0 66 41 74 45 61
Binary 10101010 10101010 1001110 0 0 110110 100001 111100 100101 110001

Color Harmonies of #AAAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA4E

Black with #AAAA4E

Text Example


Text Example

White with #AAAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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