Html Css Color HEX #76C359 Mantis

📋 copy color: '#76C359'

red 118 ◦ green 195 ◦ blue 89

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

Shades of Mantis #76C359

Tints of Mantis #76C359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.51%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 29.35%
G = 48.51%
B = 22.14%

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

#76C359 (or 0x76C359) is known color: Mantis. HEX triplet: 76, C3 and 59. RGB value is (118,195,89). Sum of RGB (Red+Green+Blue) = 118+195+89=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #76C359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C359 is #893CA6. Grayscale: #A0A0A0. Windows color (decimal): -8993959 or 5882742. OLE color: 5882742.

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

Color convert

RGB 118 195 89 -
CMYK 0.39 0 0.54 0.24
HSL 103.58º 0.47% 0.56% -
HSV(B) 103.58º 0.54% 0.76% -
XYZ 28.79 43.6 16.35 -
YUV 159.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 118 195 89 0.39 0 0.54 0.24 103.58 0.47 0.56
Hex 76 C3 59 27 0 36 18 68 2F 38
Octal 166 303 131 47 0 66 30 150 57 70
Binary 1110110 11000011 1011001 100111 0 110110 11000 1101000 101111 111000

Color Harmonies of #76C359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C359

Black with #76C359

Text Example


Text Example

White with #76C359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,89); }

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

background-color css

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

 a { background-color: rgb(118,195,89); }

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

border-color css

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

 span { border-color: rgb(118,195,89); }

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