Html Css Color HEX #76C945 Mantis

📋 copy color: '#76C945'

red 118 ◦ green 201 ◦ blue 69

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

Shades of Mantis #76C945

Tints of Mantis #76C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.8%

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

R = 30.41%
G = 51.8%
B = 17.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#76C945 (or 0x76C945) is known color: Mantis. HEX triplet: 76, C9 and 45. RGB value is (118,201,69). Sum of RGB (Red+Green+Blue) = 118+201+69=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #76C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C945 is #8936BA. Grayscale: #A1A1A1. Windows color (decimal): -8992443 or 4573558. OLE color: 4573558.

HSL color Cylindrical-coordinate representation of color #76C945: hue angle of 97.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76C945 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 69 -
CMYK 0.41 0 0.66 0.21
HSL 97.73º 0.55% 0.53% -
HSV(B) 97.73º 0.66% 0.79% -
XYZ 29.43 46.05 12.97 -
YUV 161.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 118 201 69 0.41 0 0.66 0.21 97.73 0.55 0.53
Hex 76 C9 45 29 0 42 15 62 37 35
Octal 166 311 105 51 0 102 25 142 67 65
Binary 1110110 11001001 1000101 101001 0 1000010 10101 1100010 110111 110101

Color Harmonies of #76C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C945

Black with #76C945

Text Example


Text Example

White with #76C945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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