Html Css Color HEX #A6AA4E Olive Green

📋 copy color: '#A6AA4E'

red 166 ◦ green 170 ◦ blue 78

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

Shades of Olive Green #A6AA4E

Tints of Olive Green #A6AA4E

RGB

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

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

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

R = 40.1%
G = 41.06%
B = 18.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#A6AA4E (or 0xA6AA4E) is known color: Olive Green. HEX triplet: A6, AA and 4E. RGB value is (166,170,78). Sum of RGB (Red+Green+Blue) = 166+170+78=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA4E is #5955B1. Grayscale: #9E9E9E. Windows color (decimal): -5854642 or 5155494. OLE color: 5155494.

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

Color convert

RGB 166 170 78 -
CMYK 0.02 0 0.54 0.33
HSL 62.61º 0.37% 0.49% -
HSV(B) 62.61º 0.54% 0.67% -
XYZ 31.48 37.41 12.77 -
YUV 158.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 166 170 78 0.02 0 0.54 0.33 62.61 0.37 0.49
Hex A6 AA 4E 2 0 36 21 3F 25 31
Octal 246 252 116 2 0 66 41 77 45 61
Binary 10100110 10101010 1001110 10 0 110110 100001 111111 100101 110001

Color Harmonies of #A6AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA4E

Black with #A6AA4E

Text Example


Text Example

White with #A6AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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