Html Css Color HEX #AAAF4D Olive Green

📋 copy color: '#AAAF4D'

red 170 ◦ green 175 ◦ blue 77

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

Shades of Olive Green #AAAF4D

Tints of Olive Green #AAAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 40.28%
G = 41.47%
B = 18.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AAAF4D (or 0xAAAF4D) is known color: Olive Green. HEX triplet: AA, AF and 4D. RGB value is (170,175,77). Sum of RGB (Red+Green+Blue) = 170+175+77=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF4D is #5550B2. Grayscale: #A2A2A2. Windows color (decimal): -5591219 or 5091242. OLE color: 5091242.

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

Color convert

RGB 170 175 77 -
CMYK 0.03 0 0.56 0.31
HSL 63.06º 0.39% 0.49% -
HSV(B) 63.06º 0.56% 0.69% -
XYZ 33.25 39.74 12.94 -
YUV 162.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 170 175 77 0.03 0 0.56 0.31 63.06 0.39 0.49
Hex AA AF 4D 3 0 38 1F 3F 27 31
Octal 252 257 115 3 0 70 37 77 47 61
Binary 10101010 10101111 1001101 11 0 111000 11111 111111 100111 110001

Color Harmonies of #AAAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF4D

Black with #AAAF4D

Text Example


Text Example

White with #AAAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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