#76C666

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

Shades of Mantis #76C666

Tints of Mantis #76C666

Color information

#76C666 (or 0x76C666) is unknown color: approx Mantis. HEX triplet: 76, C6 and 66. RGB value is (118,198,102). Sum of RGB (Red+Green+Blue) = 118+198+102=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #76C666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C666 is #893999. Grayscale: #A3A3A3. Windows color (decimal): -8993178 or 6735478. OLE color: 6735478.

HSL color Cylindrical-coordinate representation of color #76C666: hue angle of 110º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C666 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB118198102-
CMYK0.4000.480.22
HSL110º45.71%58.82%-
HSV(B)110º48.48%77.65%-
XYZ30.0645.219.71-
YUV163.1493.595.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 198 (77.73% from 255) = 47.37%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=28.23%
G=47.37%
B=24.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981020.4000.480.2211045.7158.82
Hex76C66628030166e2e3b
Octal16630614650060261565673
Binary11101101100011011001101010000110000101101101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C666; }

 p { color: rgb(118,198,102); }

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

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

 a { background-color: rgb(118,198,102); }

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

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

 span { border-color: rgb(118,198,102); }

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