#76B256

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

Shades of Mantis #76B256

Tints of Mantis #76B256

Color information

#76B256 (or 0x76B256) is unknown color: approx Mantis. HEX triplet: 76, B2 and 56. RGB value is (118,178,86). Sum of RGB (Red+Green+Blue) = 118+178+86=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #76B256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B256 is #894DA9. Grayscale: #959595. Windows color (decimal): -8998314 or 5681782. OLE color: 5681782.

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

Color convert

RGB11817886-
CMYK0.3400.520.30
HSL99.13º37.4%51.76%-
HSV(B)99.13º51.69%69.8%-
XYZ25.0736.3614.5-
YUV149.5792.12105.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=30.89%
G=46.60%
B=22.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118178860.3400.520.3099.1337.451.76
Hex76B256220341E632534
Octal16626212642064361434564
Binary11101101011001010101101000100110100111101100011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,86); }

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

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

 a { background-color: rgb(118,178,86); }

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

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

 span { border-color: rgb(118,178,86); }

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