Html Css Color HEX #76C745 Mantis

📋 copy color: '#76C745'

red 118 ◦ green 199 ◦ blue 69

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

Shades of Mantis #76C745

Tints of Mantis #76C745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.55%

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 30.57%
G = 51.55%
B = 17.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#76C745 (or 0x76C745) is known color: Mantis. HEX triplet: 76, C7 and 45. RGB value is (118,199,69). Sum of RGB (Red+Green+Blue) = 118+199+69=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #76C745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C745 is #8938BA. Grayscale: #A0A0A0. Windows color (decimal): -8992955 or 4573046. OLE color: 4573046.

HSL color Cylindrical-coordinate representation of color #76C745: hue angle of 97.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76C745 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 199 69 -
CMYK 0.41 0 0.65 0.22
HSL 97.38º 0.54% 0.53% -
HSV(B) 97.38º 0.65% 0.78% -
XYZ 28.97 45.13 12.81 -
YUV 159.96 76.66 98.07 -
System Red Green Blue C M Y K H S L
Decimal 118 199 69 0.41 0 0.65 0.22 97.38 0.54 0.53
Hex 76 C7 45 29 0 41 16 61 36 35
Octal 166 307 105 51 0 101 26 141 66 65
Binary 1110110 11000111 1000101 101001 0 1000001 10110 1100001 110110 110101

Color Harmonies of #76C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C745

Black with #76C745

Text Example


Text Example

White with #76C745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,199,69); }

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

background-color css

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

 a { background-color: rgb(118,199,69); }

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

border-color css

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

 span { border-color: rgb(118,199,69); }

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