#A6B76D

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

Shades of Olivine #A6B76D

Tints of Olivine #A6B76D

Color information

#A6B76D (or 0xA6B76D) is unknown color: approx Olivine. HEX triplet: A6, B7 and 6D. RGB value is (166,183,109). Sum of RGB (Red+Green+Blue) = 166+183+109=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B76D is #594892. Grayscale: #A9A9A9. Windows color (decimal): -5851283 or 7190438. OLE color: 7190438.

HSL color Cylindrical-coordinate representation of color #A6B76D: hue angle of 73.78º 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 #A6B76D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB166183109-
CMYK0.0900.400.28
HSL73.78º33.94%57.25%-
HSV(B)73.78º40.44%71.76%-
XYZ35.4243.0820.92-
YUV169.4893.87125.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.24%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=36.24%
G=39.96%
B=23.80%

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
Decimal1661831090.0900.400.2873.7833.9457.25
HexA6B76D90281C4a2239
Octal24626715511050341124271
Binary1010011010110111110110110010101000111001001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B76D; }

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

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

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

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

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

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

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

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