#8E9F6C

Color #8E9F6C Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #8E9F6C

Tints of Sage #8E9F6C

Color information

#8E9F6C (or 0x8E9F6C) is unknown color: approx Sage. HEX triplet: 8E, 9F and 6C. RGB value is (142,159,108). Sum of RGB (Red+Green+Blue) = 142+159+108=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F6C is #716093. Grayscale: #949494. Windows color (decimal): -7430292 or 7118734. OLE color: 7118734.

HSL color Cylindrical-coordinate representation of color #8E9F6C: hue angle of 80º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E9F6C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB142159108-
CMYK0.1100.320.38
HSL80º20.99%52.35%-
HSV(B)80º32.08%62.35%-
XYZ26.2631.6318.91-
YUV148.1105.37123.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=34.72%
G=38.88%
B=26.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421591080.1100.320.388020.9952.35
Hex8E9F6CB02026501534
Octal21623715413040461202564
Binary1000111010011111110110010110100000100110101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,108); }

 H1.HeaderClassName
 {
   color: #8E9F6C;
 }
 .AnyTagClassName
 {
   color: #8E9F6C;
 }
</style>
background-color css

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

 a { background-color: rgb(142,159,108); }

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

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

 span { border-color: rgb(142,159,108); }

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