Html Css Color HEX #80B765 Mantis

📋 copy color: '#80B765'

red 128 ◦ green 183 ◦ blue 101

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

Shades of Mantis #80B765

Tints of Mantis #80B765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.51%

R = 31.07%
G = 44.42%
B = 24.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#80B765 (or 0x80B765) is known color: Mantis. HEX triplet: 80, B7 and 65. RGB value is (128,183,101). Sum of RGB (Red+Green+Blue) = 128+183+101=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 183 - color contains mainly: green. Hex color #80B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B765 is #7F489A. Grayscale: #9D9D9D. Windows color (decimal): -8341659 or 6666112. OLE color: 6666112.

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

Color convert

RGB 128 183 101 -
CMYK 0.30 0 0.45 0.28
HSL 100.24º 0.36% 0.56% -
HSV(B) 100.24º 0.45% 0.72% -
XYZ 28.18 39.4 18.43 -
YUV 157.21 96.28 107.17 -
System Red Green Blue C M Y K H S L
Decimal 128 183 101 0.30 0 0.45 0.28 100.24 0.36 0.56
Hex 80 B7 65 1E 0 2D 1C 64 24 38
Octal 200 267 145 36 0 55 34 144 44 70
Binary 10000000 10110111 1100101 11110 0 101101 11100 1100100 100100 111000

Color Harmonies of #80B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B765

Black with #80B765

Text Example


Text Example

White with #80B765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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