Html Css Color HEX #80B760 Mantis

📋 copy color: '#80B760'

red 128 ◦ green 183 ◦ blue 96

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

Shades of Mantis #80B760

Tints of Mantis #80B760

RGB

 RED value IS 128 (50.39% from 255) = 31.45%

 GREEN value IS 183 (71.88% from 255) = 44.96%

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

R = 31.45%
G = 44.96%
B = 23.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#80B760 (or 0x80B760) is known color: Mantis. HEX triplet: 80, B7 and 60. RGB value is (128,183,96). Sum of RGB (Red+Green+Blue) = 128+183+96=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #80B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B760 is #7F489F. Grayscale: #9C9C9C. Windows color (decimal): -8341664 or 6338432. OLE color: 6338432.

HSL color Cylindrical-coordinate representation of color #80B760: hue angle of 97.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B760 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 96 -
CMYK 0.30 0 0.48 0.28
HSL 97.93º 0.38% 0.55% -
HSV(B) 97.93º 0.48% 0.72% -
XYZ 27.95 39.3 17.18 -
YUV 156.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 128 183 96 0.30 0 0.48 0.28 97.93 0.38 0.55
Hex 80 B7 60 1E 0 30 1C 62 26 37
Octal 200 267 140 36 0 60 34 142 46 67
Binary 10000000 10110111 1100000 11110 0 110000 11100 1100010 100110 110111

Color Harmonies of #80B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B760

Black with #80B760

Text Example


Text Example

White with #80B760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B760; }

 p { color: rgb(128,183,96); }

 H1.HeaderClassName
 {
   color: #80B760;
 }
 .AnyTagClassName
 {
   color: #80B760;
 }
</style>

background-color css

<style>
 a { background-color: #80B760; }

 a { background-color: rgb(128,183,96); }

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

border-color css

<style>
 span { border-color: #80B760; }

 span { border-color: rgb(128,183,96); }

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