Html Css Color HEX #8EA076 Sage

📋 copy color: '#8EA076'

red 142 ◦ green 160 ◦ blue 118

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

Shades of Sage #8EA076

Tints of Sage #8EA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 33.81%
G = 38.1%
B = 28.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#8EA076 (or 0x8EA076) is known color: Sage. HEX triplet: 8E, A0 and 76. RGB value is (142,160,118). Sum of RGB (Red+Green+Blue) = 142+160+118=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA076 is #715F89. Grayscale: #959595. Windows color (decimal): -7430026 or 7774350. OLE color: 7774350.

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

Color convert

RGB 142 160 118 -
CMYK 0.11 0 0.26 0.37
HSL 85.71º 0.18% 0.55% -
HSV(B) 85.71º 0.26% 0.63% -
XYZ 27 32.2 21.93 -
YUV 149.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 142 160 118 0.11 0 0.26 0.37 85.71 0.18 0.55
Hex 8E A0 76 B 0 1A 25 56 12 37
Octal 216 240 166 13 0 32 45 126 22 67
Binary 10001110 10100000 1110110 1011 0 11010 100101 1010110 10010 110111

Color Harmonies of #8EA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA076

Black with #8EA076

Text Example


Text Example

White with #8EA076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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