#959F7D

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

Shades of Sage #959F7D

Tints of Sage #959F7D

Color information

#959F7D (or 0x959F7D) is unknown color: approx Sage. HEX triplet: 95, 9F and 7D. RGB value is (149,159,125). Sum of RGB (Red+Green+Blue) = 149+159+125=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #959F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F7D is #6A6082. Grayscale: #989898. Windows color (decimal): -6971523 or 8232853. OLE color: 8232853.

HSL color Cylindrical-coordinate representation of color #959F7D: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959F7D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB149159125-
CMYK0.0600.210.38
HSL77.65º15.04%55.69%-
HSV(B)77.65º21.38%62.35%-
XYZ28.4932.6724.21-
YUV152.13112.69125.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=34.41%
G=36.72%
B=28.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591250.0600.210.3877.6515.0455.69
Hex959F7D6015264ef38
Octal2252371756025461161770
Binary1001010110011111111110111001010110011010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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