Html Css Color HEX #76B96C Mantis

📋 copy color: '#76B96C'

red 118 ◦ green 185 ◦ blue 108

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

Shades of Mantis #76B96C

Tints of Mantis #76B96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 28.71%
G = 45.01%
B = 26.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#76B96C (or 0x76B96C) is known color: Mantis. HEX triplet: 76, B9 and 6C. RGB value is (118,185,108). Sum of RGB (Red+Green+Blue) = 118+185+108=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #76B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B96C is #894693. Grayscale: #9C9C9C. Windows color (decimal): -8996500 or 7125366. OLE color: 7125366.

HSL color Cylindrical-coordinate representation of color #76B96C: hue angle of 112.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76B96C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 108 -
CMYK 0.36 0 0.42 0.27
HSL 112.21º 0.35% 0.57% -
HSV(B) 112.21º 0.42% 0.73% -
XYZ 27.53 39.63 20.39 -
YUV 156.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 118 185 108 0.36 0 0.42 0.27 112.21 0.35 0.57
Hex 76 B9 6C 24 0 2A 1B 70 23 39
Octal 166 271 154 44 0 52 33 160 43 71
Binary 1110110 10111001 1101100 100100 0 101010 11011 1110000 100011 111001

Color Harmonies of #76B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B96C

Black with #76B96C

Text Example


Text Example

White with #76B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,108); }

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

background-color css

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

 a { background-color: rgb(118,185,108); }

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

border-color css

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

 span { border-color: rgb(118,185,108); }

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