#999F83

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

Shades of Sage #999F83

Tints of Sage #999F83

Color information

#999F83 (or 0x999F83) is unknown color: approx Sage. HEX triplet: 99, 9F and 83. RGB value is (153,159,131). Sum of RGB (Red+Green+Blue) = 153+159+131=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #999F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F83 is #66607C. Grayscale: #9A9A9A. Windows color (decimal): -6709373 or 8626073. OLE color: 8626073.

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

Color convert

RGB153159131-
CMYK0.0400.180.38
HSL72.86º12.73%56.86%-
HSV(B)72.86º17.61%62.35%-
XYZ29.6333.2126.32-
YUV154.01115.01127.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=34.54%
G=35.89%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591310.0400.180.3872.8612.7356.86
Hex999F8340122649d39
Octal2312372034022461111571
Binary10011001100111111000001110001001010011010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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