Html Css Color HEX #76C166 Mantis

📋 copy color: '#76C166'

red 118 ◦ green 193 ◦ blue 102

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

Shades of Mantis #76C166

Tints of Mantis #76C166

RGB

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

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

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

R = 28.57%
G = 46.73%
B = 24.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#76C166 (or 0x76C166) is known color: Mantis. HEX triplet: 76, C1 and 66. RGB value is (118,193,102). Sum of RGB (Red+Green+Blue) = 118+193+102=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #76C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C166 is #893E99. Grayscale: #A0A0A0. Windows color (decimal): -8994458 or 6734198. OLE color: 6734198.

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

Color convert

RGB 118 193 102 -
CMYK 0.39 0 0.47 0.24
HSL 109.45º 0.42% 0.58% -
HSV(B) 109.45º 0.47% 0.76% -
XYZ 28.94 42.95 19.34 -
YUV 160.2 95.15 97.9 -
System Red Green Blue C M Y K H S L
Decimal 118 193 102 0.39 0 0.47 0.24 109.45 0.42 0.58
Hex 76 C1 66 27 0 2F 18 6D 2A 3A
Octal 166 301 146 47 0 57 30 155 52 72
Binary 1110110 11000001 1100110 100111 0 101111 11000 1101101 101010 111010

Color Harmonies of #76C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C166

Black with #76C166

Text Example


Text Example

White with #76C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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