Html Css Color HEX #A7AA4D Olive Green

📋 copy color: '#A7AA4D'

red 167 ◦ green 170 ◦ blue 77

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

Shades of Olive Green #A7AA4D

Tints of Olive Green #A7AA4D

RGB

 RED value IS 167 (65.63% from 255) = 40.34%

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

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

R = 40.34%
G = 41.06%
B = 18.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A7AA4D (or 0xA7AA4D) is known color: Olive Green. HEX triplet: A7, AA and 4D. RGB value is (167,170,77). Sum of RGB (Red+Green+Blue) = 167+170+77=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA4D is #5855B2. Grayscale: #9E9E9E. Windows color (decimal): -5789107 or 5089959. OLE color: 5089959.

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

Color convert

RGB 167 170 77 -
CMYK 0.02 0 0.55 0.33
HSL 61.94º 0.38% 0.48% -
HSV(B) 61.94º 0.55% 0.67% -
XYZ 31.65 37.5 12.59 -
YUV 158.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 167 170 77 0.02 0 0.55 0.33 61.94 0.38 0.48
Hex A7 AA 4D 2 0 37 21 3E 26 30
Octal 247 252 115 2 0 67 41 76 46 60
Binary 10100111 10101010 1001101 10 0 110111 100001 111110 100110 110000

Color Harmonies of #A7AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA4D

Black with #A7AA4D

Text Example


Text Example

White with #A7AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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