#959A7F

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

Shades of Sage #959A7F

Tints of Sage #959A7F

Color information

#959A7F (or 0x959A7F) is unknown color: approx Sage. HEX triplet: 95, 9A and 7F. RGB value is (149,154,127). Sum of RGB (Red+Green+Blue) = 149+154+127=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 154 - color contains mainly: green. Hex color #959A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A7F is #6A6580. Grayscale: #959595. Windows color (decimal): -6972801 or 8362645. OLE color: 8362645.

HSL color Cylindrical-coordinate representation of color #959A7F: hue angle of 71.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #959A7F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB149154127-
CMYK0.0300.180.40
HSL71.11º11.79%55.1%-
HSV(B)71.11º17.53%60.39%-
XYZ27.7831.0324.6-
YUV149.43115.34127.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 127 (50% from 255) = 29.53%
R=34.65%
G=35.81%
B=29.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491541270.0300.180.4071.1111.7955.1
Hex959A7F30122847c37
Octal2252321773022501071467
Binary100101011001101011111111101001010100010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,127); }

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

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

 a { background-color: rgb(149,154,127); }

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

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

 span { border-color: rgb(149,154,127); }

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