#999E78

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

Shades of Sage #999E78

Tints of Sage #999E78

Color information

#999E78 (or 0x999E78) is unknown color: approx Sage. HEX triplet: 99, 9E and 78. RGB value is (153,158,120). Sum of RGB (Red+Green+Blue) = 153+158+120=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #999E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E78 is #666187. Grayscale: #989898. Windows color (decimal): -6709640 or 7904921. OLE color: 7904921.

HSL color Cylindrical-coordinate representation of color #999E78: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999E78 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB153158120-
CMYK0.0300.240.38
HSL67.89º16.38%54.51%-
HSV(B)67.89º24.05%61.96%-
XYZ28.7532.5822.54-
YUV152.17109.84128.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=35.50%
G=36.66%
B=27.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581200.0300.240.3867.8916.3854.51
Hex999E78301826441037
Octal2312361703030461042067
Binary1001100110011110111100011011000100110100010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999E78; }

 p { color: rgb(153,158,120); }

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

<style>
 a { background-color: #999E78; }

 a { background-color: rgb(153,158,120); }

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

<style>
 span { border-color: #999E78; }

 span { border-color: rgb(153,158,120); }

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