Html Css Color HEX #80B369 Mantis

📋 copy color: '#80B369'

red 128 ◦ green 179 ◦ blue 105

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

Shades of Mantis #80B369

Tints of Mantis #80B369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 31.07%
G = 43.45%
B = 25.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#80B369 (or 0x80B369) is known color: Mantis. HEX triplet: 80, B3 and 69. RGB value is (128,179,105). Sum of RGB (Red+Green+Blue) = 128+179+105=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #80B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B369 is #7F4C96. Grayscale: #9B9B9B. Windows color (decimal): -8342679 or 6927232. OLE color: 6927232.

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

Color convert

RGB 128 179 105 -
CMYK 0.28 0 0.41 0.30
HSL 101.35º 0.33% 0.56% -
HSV(B) 101.35º 0.41% 0.7% -
XYZ 27.57 37.85 19.22 -
YUV 155.32 99.6 108.52 -
System Red Green Blue C M Y K H S L
Decimal 128 179 105 0.28 0 0.41 0.30 101.35 0.33 0.56
Hex 80 B3 69 1C 0 29 1E 65 21 38
Octal 200 263 151 34 0 51 36 145 41 70
Binary 10000000 10110011 1101001 11100 0 101001 11110 1100101 100001 111000

Color Harmonies of #80B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B369

Black with #80B369

Text Example


Text Example

White with #80B369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,105); }

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

background-color css

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

 a { background-color: rgb(128,179,105); }

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

border-color css

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

 span { border-color: rgb(128,179,105); }

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