Html Css Color HEX #76D160 Mantis

📋 copy color: '#76D160'

red 118 ◦ green 209 ◦ blue 96

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

Shades of Mantis #76D160

Tints of Mantis #76D160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.41%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 27.9%
G = 49.41%
B = 22.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#76D160 (or 0x76D160) is known color: Mantis. HEX triplet: 76, D1 and 60. RGB value is (118,209,96). Sum of RGB (Red+Green+Blue) = 118+209+96=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #76D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D160 is #892E9F. Grayscale: #A9A9A9. Windows color (decimal): -8990368 or 6345078. OLE color: 6345078.

HSL color Cylindrical-coordinate representation of color #76D160: hue angle of 108.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D160 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 96 -
CMYK 0.44 0 0.54 0.18
HSL 108.32º 0.55% 0.6% -
HSV(B) 108.32º 0.54% 0.82% -
XYZ 32.38 50.3 19.07 -
YUV 168.91 86.85 91.69 -
System Red Green Blue C M Y K H S L
Decimal 118 209 96 0.44 0 0.54 0.18 108.32 0.55 0.6
Hex 76 D1 60 2C 0 36 12 6C 37 3C
Octal 166 321 140 54 0 66 22 154 67 74
Binary 1110110 11010001 1100000 101100 0 110110 10010 1101100 110111 111100

Color Harmonies of #76D160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D160

Black with #76D160

Text Example


Text Example

White with #76D160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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