Html Css Color HEX #76C048 Mantis

📋 copy color: '#76C048'

red 118 ◦ green 192 ◦ blue 72

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

Shades of Mantis #76C048

Tints of Mantis #76C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.26%

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

R = 30.89%
G = 50.26%
B = 18.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#76C048 (or 0x76C048) is known color: Mantis. HEX triplet: 76, C0 and 48. RGB value is (118,192,72). Sum of RGB (Red+Green+Blue) = 118+192+72=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #76C048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C048 is #893FB7. Grayscale: #9C9C9C. Windows color (decimal): -8994744 or 4767862. OLE color: 4767862.

HSL color Cylindrical-coordinate representation of color #76C048: hue angle of 97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C048 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 72 -
CMYK 0.39 0 0.63 0.25
HSL 97º 0.49% 0.52% -
HSV(B) 97º 0.63% 0.75% -
XYZ 27.49 42.02 12.79 -
YUV 156.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 118 192 72 0.39 0 0.63 0.25 97 0.49 0.52
Hex 76 C0 48 27 0 3F 19 61 31 34
Octal 166 300 110 47 0 77 31 141 61 64
Binary 1110110 11000000 1001000 100111 0 111111 11001 1100001 110001 110100

Color Harmonies of #76C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C048

Black with #76C048

Text Example


Text Example

White with #76C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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