Html Css Color HEX #76B160 Mantis

📋 copy color: '#76B160'

red 118 ◦ green 177 ◦ blue 96

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

Shades of Mantis #76B160

Tints of Mantis #76B160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.27%

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 30.18%
G = 45.27%
B = 24.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#76B160 (or 0x76B160) is known color: Mantis. HEX triplet: 76, B1 and 60. RGB value is (118,177,96). Sum of RGB (Red+Green+Blue) = 118+177+96=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #76B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B160 is #894E9F. Grayscale: #969696. Windows color (decimal): -8998560 or 6336886. OLE color: 6336886.

HSL color Cylindrical-coordinate representation of color #76B160: hue angle of 103.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76B160 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 177 96 -
CMYK 0.33 0 0.46 0.31
HSL 103.7º 0.34% 0.54% -
HSV(B) 103.7º 0.46% 0.69% -
XYZ 25.3 36.14 16.71 -
YUV 150.13 97.45 105.09 -
System Red Green Blue C M Y K H S L
Decimal 118 177 96 0.33 0 0.46 0.31 103.7 0.34 0.54
Hex 76 B1 60 21 0 2E 1F 68 22 36
Octal 166 261 140 41 0 56 37 150 42 66
Binary 1110110 10110001 1100000 100001 0 101110 11111 1101000 100010 110110

Color Harmonies of #76B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B160

Black with #76B160

Text Example


Text Example

White with #76B160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,177,96); }

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

background-color css

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

 a { background-color: rgb(118,177,96); }

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

border-color css

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

 span { border-color: rgb(118,177,96); }

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