Html Css Color HEX #8E9B78 Sage

📋 copy color: '#8E9B78'

red 142 ◦ green 155 ◦ blue 120

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

Shades of Sage #8E9B78

Tints of Sage #8E9B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 34.05%
G = 37.17%
B = 28.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#8E9B78 (or 0x8E9B78) is known color: Sage. HEX triplet: 8E, 9B and 78. RGB value is (142,155,120). Sum of RGB (Red+Green+Blue) = 142+155+120=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B78 is #716487. Grayscale: #939393. Windows color (decimal): -7431304 or 7904142. OLE color: 7904142.

HSL color Cylindrical-coordinate representation of color #8E9B78: hue angle of 82.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E9B78 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 120 -
CMYK 0.08 0 0.23 0.39
HSL 82.29º 0.15% 0.54% -
HSV(B) 82.29º 0.23% 0.61% -
XYZ 26.27 30.55 22.28 -
YUV 147.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 142 155 120 0.08 0 0.23 0.39 82.29 0.15 0.54
Hex 8E 9B 78 8 0 17 27 52 F 36
Octal 216 233 170 10 0 27 47 122 17 66
Binary 10001110 10011011 1111000 1000 0 10111 100111 1010010 1111 110110

Color Harmonies of #8E9B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B78

Black with #8E9B78

Text Example


Text Example

White with #8E9B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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