Html Css Color HEX #80B76A Mantis

📋 copy color: '#80B76A'

red 128 ◦ green 183 ◦ blue 106

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

Shades of Mantis #80B76A

Tints of Mantis #80B76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 30.7%
G = 43.88%
B = 25.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#80B76A (or 0x80B76A) is known color: Mantis. HEX triplet: 80, B7 and 6A. RGB value is (128,183,106). Sum of RGB (Red+Green+Blue) = 128+183+106=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #80B76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B76A is #7F4895. Grayscale: #9E9E9E. Windows color (decimal): -8341654 or 6993792. OLE color: 6993792.

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

Color convert

RGB 128 183 106 -
CMYK 0.30 0 0.42 0.28
HSL 102.86º 0.35% 0.57% -
HSV(B) 102.86º 0.42% 0.72% -
XYZ 28.44 39.5 19.76 -
YUV 157.78 98.78 106.76 -
System Red Green Blue C M Y K H S L
Decimal 128 183 106 0.30 0 0.42 0.28 102.86 0.35 0.57
Hex 80 B7 6A 1E 0 2A 1C 67 23 39
Octal 200 267 152 36 0 52 34 147 43 71
Binary 10000000 10110111 1101010 11110 0 101010 11100 1100111 100011 111001

Color Harmonies of #80B76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B76A

Black with #80B76A

Text Example


Text Example

White with #80B76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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