#76B95E

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

Shades of Mantis #76B95E

Tints of Mantis #76B95E

Color information

#76B95E (or 0x76B95E) is unknown color: approx Mantis. HEX triplet: 76, B9 and 5E. RGB value is (118,185,94). Sum of RGB (Red+Green+Blue) = 118+185+94=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #76B95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B95E is #8946A1. Grayscale: #9A9A9A. Windows color (decimal): -8996514 or 6207862. OLE color: 6207862.

HSL color Cylindrical-coordinate representation of color #76B95E: hue angle of 104.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76B95E is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB11818594-
CMYK0.3600.490.27
HSL104.18º39.39%54.71%-
HSV(B)104.18º49.19%72.55%-
XYZ26.8439.3616.77-
YUV154.5993.8101.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=29.72%
G=46.60%
B=23.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118185940.3600.490.27104.1839.3954.71
Hex76B95E240311B682737
Octal16627113644061331504767
Binary11101101011100110111101001000110001110111101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,94); }

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

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

 a { background-color: rgb(118,185,94); }

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

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

 span { border-color: rgb(118,185,94); }

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