Html Css Color HEX #76C162 Mantis

📋 copy color: '#76C162'

red 118 ◦ green 193 ◦ blue 98

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

Shades of Mantis #76C162

Tints of Mantis #76C162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 28.85%
G = 47.19%
B = 23.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#76C162 (or 0x76C162) is known color: Mantis. HEX triplet: 76, C1 and 62. RGB value is (118,193,98). Sum of RGB (Red+Green+Blue) = 118+193+98=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #76C162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C162 is #893E9D. Grayscale: #A0A0A0. Windows color (decimal): -8994462 or 6472054. OLE color: 6472054.

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

Color convert

RGB 118 193 98 -
CMYK 0.39 0 0.49 0.24
HSL 107.37º 0.43% 0.57% -
HSV(B) 107.37º 0.49% 0.76% -
XYZ 28.75 42.87 18.32 -
YUV 159.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 118 193 98 0.39 0 0.49 0.24 107.37 0.43 0.57
Hex 76 C1 62 27 0 31 18 6B 2B 39
Octal 166 301 142 47 0 61 30 153 53 71
Binary 1110110 11000001 1100010 100111 0 110001 11000 1101011 101011 111001

Color Harmonies of #76C162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C162

Black with #76C162

Text Example


Text Example

White with #76C162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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