Html Css Color HEX #76C460 Mantis

📋 copy color: '#76C460'

red 118 ◦ green 196 ◦ blue 96

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

Shades of Mantis #76C460

Tints of Mantis #76C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.8%

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

R = 28.78%
G = 47.8%
B = 23.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#76C460 (or 0x76C460) is known color: Mantis. HEX triplet: 76, C4 and 60. RGB value is (118,196,96). Sum of RGB (Red+Green+Blue) = 118+196+96=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #76C460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C460 is #893B9F. Grayscale: #A1A1A1. Windows color (decimal): -8993696 or 6341750. OLE color: 6341750.

HSL color Cylindrical-coordinate representation of color #76C460: hue angle of 106.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C460 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 96 -
CMYK 0.40 0 0.51 0.23
HSL 106.8º 0.46% 0.57% -
HSV(B) 106.8º 0.51% 0.77% -
XYZ 29.32 44.18 18.05 -
YUV 161.28 91.16 97.13 -
System Red Green Blue C M Y K H S L
Decimal 118 196 96 0.40 0 0.51 0.23 106.8 0.46 0.57
Hex 76 C4 60 28 0 33 17 6B 2E 39
Octal 166 304 140 50 0 63 27 153 56 71
Binary 1110110 11000100 1100000 101000 0 110011 10111 1101011 101110 111001

Color Harmonies of #76C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C460

Black with #76C460

Text Example


Text Example

White with #76C460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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