Html Css Color HEX #8DB080 Mantle

📋 copy color: '#8DB080'

red 141 ◦ green 176 ◦ blue 128

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

Shades of Mantle #8DB080

Tints of Mantle #8DB080

RGB

 RED value IS 141 (55.47% from 255) = 31.69%

 GREEN value IS 176 (69.14% from 255) = 39.55%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 31.69%
G = 39.55%
B = 28.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#8DB080 (or 0x8DB080) is known color: Mantle. HEX triplet: 8D, B0 and 80. RGB value is (141,176,128). Sum of RGB (Red+Green+Blue) = 141+176+128=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB080 is #724F7F. Grayscale: #A0A0A0. Windows color (decimal): -7491456 or 8433805. OLE color: 8433805.

HSL color Cylindrical-coordinate representation of color #8DB080: hue angle of 103.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB080 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 176 128 -
CMYK 0.20 0 0.27 0.31
HSL 103.75º 0.23% 0.6% -
HSV(B) 103.75º 0.27% 0.69% -
XYZ 30.41 38.27 26.21 -
YUV 160.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 141 176 128 0.20 0 0.27 0.31 103.75 0.23 0.6
Hex 8D B0 80 14 0 1B 1F 68 17 3C
Octal 215 260 200 24 0 33 37 150 27 74
Binary 10001101 10110000 10000000 10100 0 11011 11111 1101000 10111 111100

Color Harmonies of #8DB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB080

Black with #8DB080

Text Example


Text Example

White with #8DB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DB080; }

 p { color: rgb(141,176,128); }

 H1.HeaderClassName
 {
   color: #8DB080;
 }
 .AnyTagClassName
 {
   color: #8DB080;
 }
</style>

background-color css

<style>
 a { background-color: #8DB080; }

 a { background-color: rgb(141,176,128); }

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

border-color css

<style>
 span { border-color: #8DB080; }

 span { border-color: rgb(141,176,128); }

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