Html Css Color HEX #A6AA4D Olive Green

📋 copy color: '#A6AA4D'

red 166 ◦ green 170 ◦ blue 77

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

Shades of Olive Green #A6AA4D

Tints of Olive Green #A6AA4D

RGB

 RED value IS 166 (65.23% from 255) = 40.19%

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

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

R = 40.19%
G = 41.16%
B = 18.64%

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

#A6AA4D (or 0xA6AA4D) is known color: Olive Green. HEX triplet: A6, AA and 4D. RGB value is (166,170,77). Sum of RGB (Red+Green+Blue) = 166+170+77=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA4D is #5955B2. Grayscale: #9E9E9E. Windows color (decimal): -5854643 or 5089958. OLE color: 5089958.

HSL color Cylindrical-coordinate representation of color #A6AA4D: hue angle of 62.58º 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 #A6AA4D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 77 -
CMYK 0.02 0 0.55 0.33
HSL 62.58º 0.38% 0.48% -
HSV(B) 62.58º 0.55% 0.67% -
XYZ 31.44 37.39 12.58 -
YUV 158.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 166 170 77 0.02 0 0.55 0.33 62.58 0.38 0.48
Hex A6 AA 4D 2 0 37 21 3F 26 30
Octal 246 252 115 2 0 67 41 77 46 60
Binary 10100110 10101010 1001101 10 0 110111 100001 111111 100110 110000

Color Harmonies of #A6AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA4D

Black with #A6AA4D

Text Example


Text Example

White with #A6AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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