Html Css Color HEX #76C967 Mantis

📋 copy color: '#76C967'

red 118 ◦ green 201 ◦ blue 103

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

Shades of Mantis #76C967

Tints of Mantis #76C967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 27.96%
G = 47.63%
B = 24.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#76C967 (or 0x76C967) is known color: Mantis. HEX triplet: 76, C9 and 67. RGB value is (118,201,103). Sum of RGB (Red+Green+Blue) = 118+201+103=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #76C967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C967 is #893698. Grayscale: #A5A5A5. Windows color (decimal): -8992409 or 6801782. OLE color: 6801782.

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

Color convert

RGB 118 201 103 -
CMYK 0.41 0 0.49 0.21
HSL 110.82º 0.48% 0.6% -
HSV(B) 110.82º 0.49% 0.79% -
XYZ 30.81 46.6 20.2 -
YUV 165.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 118 201 103 0.41 0 0.49 0.21 110.82 0.48 0.6
Hex 76 C9 67 29 0 31 15 6F 30 3C
Octal 166 311 147 51 0 61 25 157 60 74
Binary 1110110 11001001 1100111 101001 0 110001 10101 1101111 110000 111100

Color Harmonies of #76C967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C967

Black with #76C967

Text Example


Text Example

White with #76C967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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