#959F82

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

Shades of Sage #959F82

Tints of Sage #959F82

Color information

#959F82 (or 0x959F82) is unknown color: approx Sage. HEX triplet: 95, 9F and 82. RGB value is (149,159,130). Sum of RGB (Red+Green+Blue) = 149+159+130=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #959F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F82 is #6A607D. Grayscale: #989898. Windows color (decimal): -6971518 or 8560533. OLE color: 8560533.

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

Color convert

RGB149159130-
CMYK0.0600.180.38
HSL80.69º13.12%56.67%-
HSV(B)80.69º18.24%62.35%-
XYZ28.8232.825.93-
YUV152.7115.19125.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=34.02%
G=36.30%
B=29.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591300.0600.180.3880.6913.1256.67
Hex959F8260122651d39
Octal2252372026022461211571
Binary10010101100111111000001011001001010011010100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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