#A6C76E

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

Shades of Olivine #A6C76E

Tints of Olivine #A6C76E

Color information

#A6C76E (or 0xA6C76E) is unknown color: approx Olivine. HEX triplet: A6, C7 and 6E. RGB value is (166,199,110). Sum of RGB (Red+Green+Blue) = 166+199+110=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C76E is #593891. Grayscale: #B3B3B3. Windows color (decimal): -5847186 or 7260070. OLE color: 7260070.

HSL color Cylindrical-coordinate representation of color #A6C76E: hue angle of 82.25º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6C76E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB166199110-
CMYK0.1700.450.22
HSL82.25º44.28%60.59%-
HSV(B)82.25º44.72%78.04%-
XYZ38.9650.0822.36-
YUV178.9989.07118.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 199 (78.12% from 255) = 41.89%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=34.95%
G=41.89%
B=23.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991100.1700.450.2282.2544.2860.59
HexA6C76E1102D16522c3d
Octal24630715621055261225475
Binary10100110110001111101110100010101101101101010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C76E; }

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

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

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

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

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

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

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

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