Html Css Color HEX #76C648 Mantis

📋 copy color: '#76C648'

red 118 ◦ green 198 ◦ blue 72

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

Shades of Mantis #76C648

Tints of Mantis #76C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 30.41%
G = 51.03%
B = 18.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#76C648 (or 0x76C648) is known color: Mantis. HEX triplet: 76, C6 and 48. RGB value is (118,198,72). Sum of RGB (Red+Green+Blue) = 118+198+72=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #76C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C648 is #8939B7. Grayscale: #A0A0A0. Windows color (decimal): -8993208 or 4769398. OLE color: 4769398.

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

Color convert

RGB 118 198 72 -
CMYK 0.40 0 0.64 0.22
HSL 98.1º 0.53% 0.53% -
HSV(B) 98.1º 0.64% 0.78% -
XYZ 28.84 44.71 13.24 -
YUV 159.72 78.5 98.25 -
System Red Green Blue C M Y K H S L
Decimal 118 198 72 0.40 0 0.64 0.22 98.1 0.53 0.53
Hex 76 C6 48 28 0 40 16 62 34 35
Octal 166 306 110 50 0 100 26 142 64 65
Binary 1110110 11000110 1001000 101000 0 1000000 10110 1100010 110100 110101

Color Harmonies of #76C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C648

Black with #76C648

Text Example


Text Example

White with #76C648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,198,72); }

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

background-color css

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

 a { background-color: rgb(118,198,72); }

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

border-color css

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

 span { border-color: rgb(118,198,72); }

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