Html Css Color HEX #AAAD4E Olive Green

📋 copy color: '#AAAD4E'

red 170 ◦ green 173 ◦ blue 78

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

Shades of Olive Green #AAAD4E

Tints of Olive Green #AAAD4E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 40.38%
G = 41.09%
B = 18.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AAAD4E (or 0xAAAD4E) is known color: Olive Green. HEX triplet: AA, AD and 4E. RGB value is (170,173,78). Sum of RGB (Red+Green+Blue) = 170+173+78=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD4E is #5552B1. Grayscale: #A1A1A1. Windows color (decimal): -5591730 or 5156266. OLE color: 5156266.

HSL color Cylindrical-coordinate representation of color #AAAD4E: hue angle of 61.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAAD4E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 78 -
CMYK 0.02 0 0.55 0.32
HSL 61.89º 0.38% 0.49% -
HSV(B) 61.89º 0.55% 0.68% -
XYZ 32.9 38.98 13 -
YUV 161.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 170 173 78 0.02 0 0.55 0.32 61.89 0.38 0.49
Hex AA AD 4E 2 0 37 20 3E 26 31
Octal 252 255 116 2 0 67 40 76 46 61
Binary 10101010 10101101 1001110 10 0 110111 100000 111110 100110 110001

Color Harmonies of #AAAD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD4E

Black with #AAAD4E

Text Example


Text Example

White with #AAAD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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