#76B362

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

Shades of Mantis #76B362

Tints of Mantis #76B362

Color information

#76B362 (or 0x76B362) is unknown color: approx Mantis. HEX triplet: 76, B3 and 62. RGB value is (118,179,98). Sum of RGB (Red+Green+Blue) = 118+179+98=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #76B362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B362 is #894C9D. Grayscale: #979797. Windows color (decimal): -8998046 or 6468470. OLE color: 6468470.

HSL color Cylindrical-coordinate representation of color #76B362: hue angle of 105.19º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76B362 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB11817998-
CMYK0.3400.450.30
HSL105.19º34.76%54.31%-
HSV(B)105.19º45.25%70.2%-
XYZ25.836.9717.33-
YUV151.5397.79104.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=29.87%
G=45.32%
B=24.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118179980.3400.450.30105.1934.7654.31
Hex76B3622202D1E692336
Octal16626314242055361514366
Binary11101101011001111000101000100101101111101101001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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