Html Css Color HEX #8E9880 Sage

📋 copy color: '#8E9880'

red 142 ◦ green 152 ◦ blue 128

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

Shades of Sage #8E9880

Tints of Sage #8E9880

RGB

 RED value IS 142 (55.86% from 255) = 33.65%

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 33.65%
G = 36.02%
B = 30.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8E9880 (or 0x8E9880) is known color: Sage. HEX triplet: 8E, 98 and 80. RGB value is (142,152,128). Sum of RGB (Red+Green+Blue) = 142+152+128=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9880 is #71677F. Grayscale: #929292. Windows color (decimal): -7432064 or 8427662. OLE color: 8427662.

HSL color Cylindrical-coordinate representation of color #8E9880: hue angle of 85º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E9880 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 152 128 -
CMYK 0.07 0 0.16 0.40
HSL 85º 0.1% 0.55% -
HSV(B) 85º 0.16% 0.6% -
XYZ 26.28 29.77 24.78 -
YUV 146.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 142 152 128 0.07 0 0.16 0.40 85 0.1 0.55
Hex 8E 98 80 7 0 10 28 55 A 37
Octal 216 230 200 7 0 20 50 125 12 67
Binary 10001110 10011000 10000000 111 0 10000 101000 1010101 1010 110111

Color Harmonies of #8E9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9880

Black with #8E9880

Text Example


Text Example

White with #8E9880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,152,128); }

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

background-color css

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

 a { background-color: rgb(142,152,128); }

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

border-color css

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

 span { border-color: rgb(142,152,128); }

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