Html Css Color HEX #8E9878 Sage

📋 copy color: '#8E9878'

red 142 ◦ green 152 ◦ blue 120

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

Shades of Sage #8E9878

Tints of Sage #8E9878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 34.3%
G = 36.71%
B = 28.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#8E9878 (or 0x8E9878) is known color: Sage. HEX triplet: 8E, 98 and 78. RGB value is (142,152,120). Sum of RGB (Red+Green+Blue) = 142+152+120=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9878 is #716787. Grayscale: #919191. Windows color (decimal): -7432072 or 7903374. OLE color: 7903374.

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

Color convert

RGB 142 152 120 -
CMYK 0.07 0 0.21 0.40
HSL 78.75º 0.13% 0.53% -
HSV(B) 78.75º 0.21% 0.6% -
XYZ 25.77 29.56 22.12 -
YUV 145.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 142 152 120 0.07 0 0.21 0.40 78.75 0.13 0.53
Hex 8E 98 78 7 0 15 28 4F D 35
Octal 216 230 170 7 0 25 50 117 15 65
Binary 10001110 10011000 1111000 111 0 10101 101000 1001111 1101 110101

Color Harmonies of #8E9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9878

Black with #8E9878

Text Example


Text Example

White with #8E9878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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