Html Css Color HEX #8E9279 Sage

📋 copy color: '#8E9279'

red 142 ◦ green 146 ◦ blue 121

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

Shades of Sage #8E9279

Tints of Sage #8E9279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 34.72%
G = 35.7%
B = 29.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#8E9279 (or 0x8E9279) is known color: Sage. HEX triplet: 8E, 92 and 79. RGB value is (142,146,121). Sum of RGB (Red+Green+Blue) = 142+146+121=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9279 is #716D86. Grayscale: #8E8E8E. Windows color (decimal): -7433607 or 7967374. OLE color: 7967374.

HSL color Cylindrical-coordinate representation of color #8E9279: hue angle of 69.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E9279 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 121 -
CMYK 0.03 0 0.17 0.43
HSL 69.6º 0.1% 0.52% -
HSV(B) 69.6º 0.17% 0.57% -
XYZ 24.89 27.69 22.12 -
YUV 141.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 142 146 121 0.03 0 0.17 0.43 69.6 0.1 0.52
Hex 8E 92 79 3 0 11 2B 46 A 34
Octal 216 222 171 3 0 21 53 106 12 64
Binary 10001110 10010010 1111001 11 0 10001 101011 1000110 1010 110100

Color Harmonies of #8E9279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9279

Black with #8E9279

Text Example


Text Example

White with #8E9279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,146,121); }

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

background-color css

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

 a { background-color: rgb(142,146,121); }

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

border-color css

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

 span { border-color: rgb(142,146,121); }

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