#959985

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

Shades of Sage #959985

Tints of Sage #959985

Color information

#959985 (or 0x959985) is unknown color: approx Sage. HEX triplet: 95, 99 and 85. RGB value is (149,153,133). Sum of RGB (Red+Green+Blue) = 149+153+133=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #959985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959985 is #6A667A. Grayscale: #959595. Windows color (decimal): -6973051 or 8755605. OLE color: 8755605.

HSL color Cylindrical-coordinate representation of color #959985: hue angle of 72º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959985 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB149153133-
CMYK0.0300.130.4
HSL72º8.93%56.08%-
HSV(B)72º13.07%60%-
XYZ28.0230.8726.67-
YUV149.52118.67127.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=34.25%
G=35.17%
B=30.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531330.0300.130.4728.9356.08
Hex95998530D2848938
Octal2252312053015501101170
Binary100101011001100110000101110110110100010010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959985; }

 p { color: rgb(149,153,133); }

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

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

 a { background-color: rgb(149,153,133); }

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

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

 span { border-color: rgb(149,153,133); }

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