Html Css Color HEX #76B950 Mantis

📋 copy color: '#76B950'

red 118 ◦ green 185 ◦ blue 80

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

Shades of Mantis #76B950

Tints of Mantis #76B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 30.81%
G = 48.3%
B = 20.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#76B950 (or 0x76B950) is known color: Mantis. HEX triplet: 76, B9 and 50. RGB value is (118,185,80). Sum of RGB (Red+Green+Blue) = 118+185+80=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #76B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B950 is #8946AF. Grayscale: #999999. Windows color (decimal): -8996528 or 5290358. OLE color: 5290358.

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

Color convert

RGB 118 185 80 -
CMYK 0.36 0 0.57 0.27
HSL 98.29º 0.43% 0.52% -
HSV(B) 98.29º 0.57% 0.73% -
XYZ 26.27 39.13 13.76 -
YUV 153 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 118 185 80 0.36 0 0.57 0.27 98.29 0.43 0.52
Hex 76 B9 50 24 0 39 1B 62 2B 34
Octal 166 271 120 44 0 71 33 142 53 64
Binary 1110110 10111001 1010000 100100 0 111001 11011 1100010 101011 110100

Color Harmonies of #76B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B950

Black with #76B950

Text Example


Text Example

White with #76B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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