Html Css Color HEX #80B767 Mantis

📋 copy color: '#80B767'

red 128 ◦ green 183 ◦ blue 103

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

Shades of Mantis #80B767

Tints of Mantis #80B767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.88%

R = 30.92%
G = 44.2%
B = 24.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#80B767 (or 0x80B767) is known color: Mantis. HEX triplet: 80, B7 and 67. RGB value is (128,183,103). Sum of RGB (Red+Green+Blue) = 128+183+103=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #80B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B767 is #7F4898. Grayscale: #9D9D9D. Windows color (decimal): -8341657 or 6797184. OLE color: 6797184.

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

Color convert

RGB 128 183 103 -
CMYK 0.30 0 0.44 0.28
HSL 101.25º 0.36% 0.56% -
HSV(B) 101.25º 0.44% 0.72% -
XYZ 28.28 39.44 18.95 -
YUV 157.44 97.28 107 -
System Red Green Blue C M Y K H S L
Decimal 128 183 103 0.30 0 0.44 0.28 101.25 0.36 0.56
Hex 80 B7 67 1E 0 2C 1C 65 24 38
Octal 200 267 147 36 0 54 34 145 44 70
Binary 10000000 10110111 1100111 11110 0 101100 11100 1100101 100100 111000

Color Harmonies of #80B767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B767

Black with #80B767

Text Example


Text Example

White with #80B767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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