#999F82

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

Shades of Sage #999F82

Tints of Sage #999F82

Color information

#999F82 (or 0x999F82) is unknown color: approx Sage. HEX triplet: 99, 9F and 82. RGB value is (153,159,130). Sum of RGB (Red+Green+Blue) = 153+159+130=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #999F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F82 is #66607D. Grayscale: #9A9A9A. Windows color (decimal): -6709374 or 8560537. OLE color: 8560537.

HSL color Cylindrical-coordinate representation of color #999F82: hue angle of 72.41º 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 #999F82 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB153159130-
CMYK0.0400.180.38
HSL72.41º13.12%56.67%-
HSV(B)72.41º18.24%62.35%-
XYZ29.5633.1825.97-
YUV153.9114.51127.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=34.62%
G=35.97%
B=29.41%

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
Decimal1531591300.0400.180.3872.4113.1256.67
Hex999F8240122648d39
Octal2312372024022461101571
Binary10011001100111111000001010001001010011010010001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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