#A6B76E

Color #A6B76E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A6B76E

Tints of Olivine #A6B76E

Color information

#A6B76E (or 0xA6B76E) is unknown color: approx Olivine. HEX triplet: A6, B7 and 6E. RGB value is (166,183,110). Sum of RGB (Red+Green+Blue) = 166+183+110=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B76E is #594891. Grayscale: #A9A9A9. Windows color (decimal): -5851282 or 7255974. OLE color: 7255974.

HSL color Cylindrical-coordinate representation of color #A6B76E: hue angle of 73.97º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6B76E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB166183110-
CMYK0.0900.400.28
HSL73.97º33.64%57.45%-
HSV(B)73.97º39.89%71.76%-
XYZ35.4743.121.2-
YUV169.694.37125.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=36.17%
G=39.87%
B=23.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831100.0900.400.2873.9733.6457.45
HexA6B76E90281C4a2239
Octal24626715611050341124271
Binary1010011010110111110111010010101000111001001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B76E; }

 p { color: rgb(166,183,110); }

 H1.HeaderClassName
 {
   color: #A6B76E;
 }
 .AnyTagClassName
 {
   color: #A6B76E;
 }
</style>
background-color css

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

 a { background-color: rgb(166,183,110); }

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

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

 span { border-color: rgb(166,183,110); }

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