Html Css Color HEX #76C349 Mantis

📋 copy color: '#76C349'

red 118 ◦ green 195 ◦ blue 73

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

Shades of Mantis #76C349

Tints of Mantis #76C349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 30.57%
G = 50.52%
B = 18.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#76C349 (or 0x76C349) is known color: Mantis. HEX triplet: 76, C3 and 49. RGB value is (118,195,73). Sum of RGB (Red+Green+Blue) = 118+195+73=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #76C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C349 is #893CB6. Grayscale: #9E9E9E. Windows color (decimal): -8993975 or 4834166. OLE color: 4834166.

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

Color convert

RGB 118 195 73 -
CMYK 0.39 0 0.63 0.24
HSL 97.87º 0.5% 0.53% -
HSV(B) 97.87º 0.63% 0.76% -
XYZ 28.19 43.36 13.19 -
YUV 158.07 79.99 99.42 -
System Red Green Blue C M Y K H S L
Decimal 118 195 73 0.39 0 0.63 0.24 97.87 0.5 0.53
Hex 76 C3 49 27 0 3F 18 62 32 35
Octal 166 303 111 47 0 77 30 142 62 65
Binary 1110110 11000011 1001001 100111 0 111111 11000 1100010 110010 110101

Color Harmonies of #76C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C349

Black with #76C349

Text Example


Text Example

White with #76C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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