#76C06B

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

Shades of Mantis #76C06B

Tints of Mantis #76C06B

Color information

#76C06B (or 0x76C06B) is unknown color: approx Mantis. HEX triplet: 76, C0 and 6B. RGB value is (118,192,107). Sum of RGB (Red+Green+Blue) = 118+192+107=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #76C06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C06B is #893F94. Grayscale: #A0A0A0. Windows color (decimal): -8994709 or 7061622. OLE color: 7061622.

HSL color Cylindrical-coordinate representation of color #76C06B: hue angle of 112.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76C06B is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB118192107-
CMYK0.3900.440.25
HSL112.24º40.28%58.63%-
HSV(B)112.24º44.27%75.29%-
XYZ28.9742.6120.61-
YUV160.1897.9897.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 192 (75.39% from 255) = 46.04%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=28.30%
G=46.04%
B=25.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921070.3900.440.25112.2440.2858.63
Hex76C06B2702C1970283b
Octal16630015347054311605073
Binary11101101100000011010111001110101100110011110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,107); }

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

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

 a { background-color: rgb(118,192,107); }

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

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

 span { border-color: rgb(118,192,107); }

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