Html Css Color HEX #8E9781 Sage

📋 copy color: '#8E9781'

red 142 ◦ green 151 ◦ blue 129

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

Shades of Sage #8E9781

Tints of Sage #8E9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

 BLUE value IS 129 (50.78% from 255) = 30.57%

R = 33.65%
G = 35.78%
B = 30.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#8E9781 (or 0x8E9781) is known color: Sage. HEX triplet: 8E, 97 and 81. RGB value is (142,151,129). Sum of RGB (Red+Green+Blue) = 142+151+129=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9781 is #71687E. Grayscale: #919191. Windows color (decimal): -7432319 or 8492942. OLE color: 8492942.

HSL color Cylindrical-coordinate representation of color #8E9781: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E9781 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 129 -
CMYK 0.06 0 0.15 0.41
HSL 84.55º 0.1% 0.55% -
HSV(B) 84.55º 0.15% 0.59% -
XYZ 26.18 29.47 25.08 -
YUV 145.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 142 151 129 0.06 0 0.15 0.41 84.55 0.1 0.55
Hex 8E 97 81 6 0 F 29 55 A 37
Octal 216 227 201 6 0 17 51 125 12 67
Binary 10001110 10010111 10000001 110 0 1111 101001 1010101 1010 110111

Color Harmonies of #8E9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9781

Black with #8E9781

Text Example


Text Example

White with #8E9781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,129); }

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

background-color css

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

 a { background-color: rgb(142,151,129); }

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

border-color css

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

 span { border-color: rgb(142,151,129); }

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