Html Css Color HEX #76D760 Mantis

📋 copy color: '#76D760'

red 118 ◦ green 215 ◦ blue 96

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

Shades of Mantis #76D760

Tints of Mantis #76D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

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

R = 27.51%
G = 50.12%
B = 22.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#76D760 (or 0x76D760) is known color: Mantis. HEX triplet: 76, D7 and 60. RGB value is (118,215,96). Sum of RGB (Red+Green+Blue) = 118+215+96=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #76D760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D760 is #89289F. Grayscale: #ACACAC. Windows color (decimal): -8988832 or 6346614. OLE color: 6346614.

HSL color Cylindrical-coordinate representation of color #76D760: hue angle of 108.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76D760 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 215 96 -
CMYK 0.45 0 0.55 0.16
HSL 108.91º 0.6% 0.61% -
HSV(B) 108.91º 0.55% 0.84% -
XYZ 33.88 53.3 19.57 -
YUV 172.43 84.86 89.18 -
System Red Green Blue C M Y K H S L
Decimal 118 215 96 0.45 0 0.55 0.16 108.91 0.6 0.61
Hex 76 D7 60 2D 0 37 10 6D 3C 3D
Octal 166 327 140 55 0 67 20 155 74 75
Binary 1110110 11010111 1100000 101101 0 110111 10000 1101101 111100 111101

Color Harmonies of #76D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D760

Black with #76D760

Text Example


Text Example

White with #76D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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