#959E7C

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

Shades of Sage #959E7C

Tints of Sage #959E7C

Color information

#959E7C (or 0x959E7C) is unknown color: approx Sage. HEX triplet: 95, 9E and 7C. RGB value is (149,158,124). Sum of RGB (Red+Green+Blue) = 149+158+124=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7C is #6A6183. Grayscale: #979797. Windows color (decimal): -6971780 or 8167061. OLE color: 8167061.

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

Color convert

RGB149158124-
CMYK0.0600.220.38
HSL75.88º14.91%55.29%-
HSV(B)75.88º21.52%61.96%-
XYZ28.2632.323.81-
YUV151.43112.52126.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=34.57%
G=36.66%
B=28.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581240.0600.220.3875.8814.9155.29
Hex959E7C6016264cf37
Octal2252361746026461141767
Binary1001010110011110111110011001011010011010011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,124); }

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

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

 a { background-color: rgb(149,158,124); }

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

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

 span { border-color: rgb(149,158,124); }

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