#76c750

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

Shades of Mantis #76C750

Tints of Mantis #76C750

Color information

#76C750 (or 0x76C750) is unknown color: approx Mantis. HEX triplet: 76, C7 and 50. RGB value is (118,199,80). Sum of RGB (Red+Green+Blue) = 118+199+80=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #76C750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C750 is #8938AF. Grayscale: #A1A1A1. Windows color (decimal): -8992944 or 5293942. OLE color: 5293942.

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

Color convert

RGB11819980-
CMYK0.4100.600.22
HSL100.84º51.52%54.71%-
HSV(B)100.84º59.8%78.04%-
XYZ29.3445.2814.78-
YUV161.2182.1697.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 199 (78.12% from 255) = 50.13%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=29.72%
G=50.13%
B=20.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118199800.4100.600.22100.8451.5254.71
Hex76C7502903C16653437
Octal16630712051074261456467
Binary11101101100011110100001010010111100101101100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76c750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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