Html Css Color HEX #76C966 Mantis

📋 copy color: '#76C966'

red 118 ◦ green 201 ◦ blue 102

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

Shades of Mantis #76C966

Tints of Mantis #76C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.74%

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 28.03%
G = 47.74%
B = 24.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#76C966 (or 0x76C966) is known color: Mantis. HEX triplet: 76, C9 and 66. RGB value is (118,201,102). Sum of RGB (Red+Green+Blue) = 118+201+102=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #76C966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C966 is #893699. Grayscale: #A5A5A5. Windows color (decimal): -8992410 or 6736246. OLE color: 6736246.

HSL color Cylindrical-coordinate representation of color #76C966: hue angle of 110.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C966 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 102 -
CMYK 0.41 0 0.49 0.21
HSL 110.3º 0.48% 0.59% -
HSV(B) 110.3º 0.49% 0.79% -
XYZ 30.76 46.58 19.94 -
YUV 164.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 118 201 102 0.41 0 0.49 0.21 110.3 0.48 0.59
Hex 76 C9 66 29 0 31 15 6E 30 3B
Octal 166 311 146 51 0 61 25 156 60 73
Binary 1110110 11001001 1100110 101001 0 110001 10101 1101110 110000 111011

Color Harmonies of #76C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C966

Black with #76C966

Text Example


Text Example

White with #76C966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,102); }

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

background-color css

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

 a { background-color: rgb(118,201,102); }

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

border-color css

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

 span { border-color: rgb(118,201,102); }

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