#76B762

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

Shades of Mantis #76B762

Tints of Mantis #76B762

Color information

#76B762 (or 0x76B762) is unknown color: approx Mantis. HEX triplet: 76, B7 and 62. RGB value is (118,183,98). Sum of RGB (Red+Green+Blue) = 118+183+98=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #76B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B762 is #89489D. Grayscale: #9A9A9A. Windows color (decimal): -8997022 or 6469494. OLE color: 6469494.

HSL color Cylindrical-coordinate representation of color #76B762: hue angle of 105.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B762 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB11818398-
CMYK0.3600.460.28
HSL105.88º37.12%55.1%-
HSV(B)105.88º46.45%71.76%-
XYZ26.6138.617.6-
YUV153.8796.47102.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=29.57%
G=45.86%
B=24.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183980.3600.460.28105.8837.1255.1
Hex76B7622402E1C6a2537
Octal16626714244056341524567
Binary11101101011011111000101001000101110111001101010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,98); }

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

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

 a { background-color: rgb(118,183,98); }

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

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

 span { border-color: rgb(118,183,98); }

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