Html Css Color HEX #76C156 Mantis

📋 copy color: '#76C156'

red 118 ◦ green 193 ◦ blue 86

#76C156
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #76C156

Tints of Mantis #76C156

RGB

 RED value IS 118 (46.48% from 255) = 29.72%

 GREEN value IS 193 (75.78% from 255) = 48.61%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 29.72%
G = 48.61%
B = 21.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#76C156 (or 0x76C156) is known color: Mantis. HEX triplet: 76, C1 and 56. RGB value is (118,193,86). Sum of RGB (Red+Green+Blue) = 118+193+86=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #76C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C156 is #893EA9. Grayscale: #9E9E9E. Windows color (decimal): -8994474 or 5685622. OLE color: 5685622.

HSL color Cylindrical-coordinate representation of color #76C156: hue angle of 102.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76C156 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 86 -
CMYK 0.39 0 0.55 0.24
HSL 102.06º 0.46% 0.55% -
HSV(B) 102.06º 0.55% 0.76% -
XYZ 28.22 42.66 15.55 -
YUV 158.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 118 193 86 0.39 0 0.55 0.24 102.06 0.46 0.55
Hex 76 C1 56 27 0 37 18 66 2E 37
Octal 166 301 126 47 0 67 30 146 56 67
Binary 1110110 11000001 1010110 100111 0 110111 11000 1100110 101110 110111

Color Harmonies of #76C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C156

Black with #76C156

Text Example


Text Example

White with #76C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76C156;
 }
 .AnyTagClassName
 {
   color: #76C156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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