#76B661

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

Shades of Mantis #76B661

Tints of Mantis #76B661

Color information

#76B661 (or 0x76B661) is unknown color: approx Mantis. HEX triplet: 76, B6 and 61. RGB value is (118,182,97). Sum of RGB (Red+Green+Blue) = 118+182+97=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #76B661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B661 is #89499E. Grayscale: #999999. Windows color (decimal): -8997279 or 6403702. OLE color: 6403702.

HSL color Cylindrical-coordinate representation of color #76B661: hue angle of 105.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B661 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB11818297-
CMYK0.3500.470.29
HSL105.18º36.8%54.71%-
HSV(B)105.18º46.7%71.37%-
XYZ26.3638.1717.29-
YUV153.1796.3102.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=29.72%
G=45.84%
B=24.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118182970.3500.470.29105.1836.854.71
Hex76B6612302F1D692537
Octal16626614143057351514567
Binary11101101011011011000011000110101111111011101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,182,97); }

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

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

 a { background-color: rgb(118,182,97); }

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

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

 span { border-color: rgb(118,182,97); }

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