Html Css Color HEX #A6AF50 Olive Green

📋 copy color: '#A6AF50'

red 166 ◦ green 175 ◦ blue 80

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

Shades of Olive Green #A6AF50

Tints of Olive Green #A6AF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19%

R = 39.43%
G = 41.57%
B = 19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#A6AF50 (or 0xA6AF50) is known color: Olive Green. HEX triplet: A6, AF and 50. RGB value is (166,175,80). Sum of RGB (Red+Green+Blue) = 166+175+80=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF50 is #5950AF. Grayscale: #A1A1A1. Windows color (decimal): -5853360 or 5287846. OLE color: 5287846.

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

Color convert

RGB 166 175 80 -
CMYK 0.05 0 0.54 0.31
HSL 65.68º 0.37% 0.5% -
HSV(B) 65.68º 0.54% 0.69% -
XYZ 32.5 39.35 13.47 -
YUV 161.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 166 175 80 0.05 0 0.54 0.31 65.68 0.37 0.5
Hex A6 AF 50 5 0 36 1F 42 25 32
Octal 246 257 120 5 0 66 37 102 45 62
Binary 10100110 10101111 1010000 101 0 110110 11111 1000010 100101 110010

Color Harmonies of #A6AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF50

Black with #A6AF50

Text Example


Text Example

White with #A6AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF50; }

 p { color: rgb(166,175,80); }

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

background-color css

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

 a { background-color: rgb(166,175,80); }

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

border-color css

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

 span { border-color: rgb(166,175,80); }

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