Html Css Color HEX #8EA078 Sage

📋 copy color: '#8EA078'

red 142 ◦ green 160 ◦ blue 120

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

Shades of Sage #8EA078

Tints of Sage #8EA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

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

R = 33.65%
G = 37.91%
B = 28.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#8EA078 (or 0x8EA078) is known color: Sage. HEX triplet: 8E, A0 and 78. RGB value is (142,160,120). Sum of RGB (Red+Green+Blue) = 142+160+120=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA078 is #715F87. Grayscale: #969696. Windows color (decimal): -7430024 or 7905422. OLE color: 7905422.

HSL color Cylindrical-coordinate representation of color #8EA078: hue angle of 87º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA078 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 160 120 -
CMYK 0.11 0 0.25 0.37
HSL 87º 0.17% 0.55% -
HSV(B) 87º 0.25% 0.63% -
XYZ 27.12 32.25 22.56 -
YUV 150.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 142 160 120 0.11 0 0.25 0.37 87 0.17 0.55
Hex 8E A0 78 B 0 19 25 57 11 37
Octal 216 240 170 13 0 31 45 127 21 67
Binary 10001110 10100000 1111000 1011 0 11001 100101 1010111 10001 110111

Color Harmonies of #8EA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA078

Black with #8EA078

Text Example


Text Example

White with #8EA078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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