#999F78

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

Shades of Sage #999F78

Tints of Sage #999F78

Color information

#999F78 (or 0x999F78) is unknown color: approx Sage. HEX triplet: 99, 9F and 78. RGB value is (153,159,120). Sum of RGB (Red+Green+Blue) = 153+159+120=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #999F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F78 is #666087. Grayscale: #989898. Windows color (decimal): -6709384 or 7905177. OLE color: 7905177.

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

Color convert

RGB153159120-
CMYK0.0400.250.38
HSL69.23º16.88%54.71%-
HSV(B)69.23º24.53%62.35%-
XYZ28.9332.9222.6-
YUV152.76109.51128.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=35.42%
G=36.81%
B=27.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591200.0400.250.3869.2316.8854.71
Hex999F78401926451137
Octal2312371704031461052167
Binary10011001100111111111000100011001100110100010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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