Html Css Color HEX #AAAF4E Olive Green

📋 copy color: '#AAAF4E'

red 170 ◦ green 175 ◦ blue 78

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

Shades of Olive Green #AAAF4E

Tints of Olive Green #AAAF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 40.19%
G = 41.37%
B = 18.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AAAF4E (or 0xAAAF4E) is known color: Olive Green. HEX triplet: AA, AF and 4E. RGB value is (170,175,78). Sum of RGB (Red+Green+Blue) = 170+175+78=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF4E is #5550B1. Grayscale: #A2A2A2. Windows color (decimal): -5591218 or 5156778. OLE color: 5156778.

HSL color Cylindrical-coordinate representation of color #AAAF4E: hue angle of 63.09º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAAF4E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 78 -
CMYK 0.03 0 0.55 0.31
HSL 63.09º 0.38% 0.5% -
HSV(B) 63.09º 0.55% 0.69% -
XYZ 33.28 39.76 13.13 -
YUV 162.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 170 175 78 0.03 0 0.55 0.31 63.09 0.38 0.5
Hex AA AF 4E 3 0 37 1F 3F 26 32
Octal 252 257 116 3 0 67 37 77 46 62
Binary 10101010 10101111 1001110 11 0 110111 11111 111111 100110 110010

Color Harmonies of #AAAF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF4E

Black with #AAAF4E

Text Example


Text Example

White with #AAAF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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