#76B460

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

Shades of Mantis #76B460

Tints of Mantis #76B460

Color information

#76B460 (or 0x76B460) is unknown color: approx Mantis. HEX triplet: 76, B4 and 60. RGB value is (118,180,96). Sum of RGB (Red+Green+Blue) = 118+180+96=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #76B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B460 is #894B9F. Grayscale: #989898. Windows color (decimal): -8997792 or 6337654. OLE color: 6337654.

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

Color convert

RGB11818096-
CMYK0.3400.470.29
HSL104.29º35.9%54.12%-
HSV(B)104.29º46.67%70.59%-
XYZ25.937.3416.91-
YUV151.8996.46103.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=29.95%
G=45.69%
B=24.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118180960.3400.470.29104.2935.954.12
Hex76B4602202F1D682436
Octal16626414042057351504466
Binary11101101011010011000001000100101111111011101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,96); }

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

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

 a { background-color: rgb(118,180,96); }

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

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

 span { border-color: rgb(118,180,96); }

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