Html Css Color HEX #76C158 Mantis

📋 copy color: '#76C158'

red 118 ◦ green 193 ◦ blue 88

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

Shades of Mantis #76C158

Tints of Mantis #76C158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 29.57%
G = 48.37%
B = 22.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#76C158 (or 0x76C158) is known color: Mantis. HEX triplet: 76, C1 and 58. RGB value is (118,193,88). Sum of RGB (Red+Green+Blue) = 118+193+88=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #76C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C158 is #893EA7. Grayscale: #9E9E9E. Windows color (decimal): -8994472 or 5816694. OLE color: 5816694.

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

Color convert

RGB 118 193 88 -
CMYK 0.39 0 0.54 0.24
HSL 102.86º 0.46% 0.55% -
HSV(B) 102.86º 0.54% 0.76% -
XYZ 28.3 42.7 15.98 -
YUV 158.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 118 193 88 0.39 0 0.54 0.24 102.86 0.46 0.55
Hex 76 C1 58 27 0 36 18 67 2E 37
Octal 166 301 130 47 0 66 30 147 56 67
Binary 1110110 11000001 1011000 100111 0 110110 11000 1100111 101110 110111

Color Harmonies of #76C158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C158

Black with #76C158

Text Example


Text Example

White with #76C158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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