#8E9B6F

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

Shades of Sage #8E9B6F

Tints of Sage #8E9B6F

Color information

#8E9B6F (or 0x8E9B6F) is unknown color: approx Sage. HEX triplet: 8E, 9B and 6F. RGB value is (142,155,111). Sum of RGB (Red+Green+Blue) = 142+155+111=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B6F is #716490. Grayscale: #929292. Windows color (decimal): -7431313 or 7314318. OLE color: 7314318.

HSL color Cylindrical-coordinate representation of color #8E9B6F: hue angle of 77.73º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E9B6F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB142155111-
CMYK0.0800.280.39
HSL77.73º18.03%52.16%-
HSV(B)77.73º28.39%60.78%-
XYZ25.7530.3419.54-
YUV146.1108.19125.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.80%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=34.80%
G=37.99%
B=27.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551110.0800.280.3977.7318.0352.16
Hex8E9B6F801C274e1234
Octal21623315710034471162264
Binary100011101001101111011111000011100100111100111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,111); }

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

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

 a { background-color: rgb(142,155,111); }

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

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

 span { border-color: rgb(142,155,111); }

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