Html Css Color HEX #80B970 Mantis

📋 copy color: '#80B970'

red 128 ◦ green 185 ◦ blue 112

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

Shades of Mantis #80B970

Tints of Mantis #80B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 30.12%
G = 43.53%
B = 26.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#80B970 (or 0x80B970) is known color: Mantis. HEX triplet: 80, B9 and 70. RGB value is (128,185,112). Sum of RGB (Red+Green+Blue) = 128+185+112=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #80B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B970 is #7F468F. Grayscale: #9F9F9F. Windows color (decimal): -8341136 or 7387520. OLE color: 7387520.

HSL color Cylindrical-coordinate representation of color #80B970: hue angle of 106.85º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80B970 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 112 -
CMYK 0.31 0 0.39 0.27
HSL 106.85º 0.34% 0.58% -
HSV(B) 106.85º 0.39% 0.73% -
XYZ 29.18 40.46 21.6 -
YUV 159.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 128 185 112 0.31 0 0.39 0.27 106.85 0.34 0.58
Hex 80 B9 70 1F 0 27 1B 6B 22 3A
Octal 200 271 160 37 0 47 33 153 42 72
Binary 10000000 10111001 1110000 11111 0 100111 11011 1101011 100010 111010

Color Harmonies of #80B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B970

Black with #80B970

Text Example


Text Example

White with #80B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,112); }

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

background-color css

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

 a { background-color: rgb(128,185,112); }

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

border-color css

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

 span { border-color: rgb(128,185,112); }

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