#76C751

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

Shades of Mantis #76C751

Tints of Mantis #76C751

Color information

#76C751 (or 0x76C751) is unknown color: approx Mantis. HEX triplet: 76, C7 and 51. RGB value is (118,199,81). Sum of RGB (Red+Green+Blue) = 118+199+81=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #76C751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C751 is #8938AE. Grayscale: #A1A1A1. Windows color (decimal): -8992943 or 5359478. OLE color: 5359478.

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

Color convert

RGB11819981-
CMYK0.4100.590.22
HSL101.19º51.3%54.9%-
HSV(B)101.19º59.3%78.04%-
XYZ29.3845.2914.98-
YUV161.3382.6697.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 199 (78.12% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=29.65%
G=50%
B=20.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118199810.4100.590.22101.1951.354.9
Hex76C7512903B16653337
Octal16630712151073261456367
Binary11101101100011110100011010010111011101101100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,199,81); }

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

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

 a { background-color: rgb(118,199,81); }

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

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

 span { border-color: rgb(118,199,81); }

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