#959C7F

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

Shades of Sage #959C7F

Tints of Sage #959C7F

Color information

#959C7F (or 0x959C7F) is unknown color: approx Sage. HEX triplet: 95, 9C and 7F. RGB value is (149,156,127). Sum of RGB (Red+Green+Blue) = 149+156+127=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #959C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C7F is #6A6380. Grayscale: #969696. Windows color (decimal): -6972289 or 8363157. OLE color: 8363157.

HSL color Cylindrical-coordinate representation of color #959C7F: hue angle of 74.48º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #959C7F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB149156127-
CMYK0.0400.190.39
HSL74.48º12.78%55.49%-
HSV(B)74.48º18.59%61.18%-
XYZ28.1131.724.72-
YUV150.6114.68126.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 127 (50% from 255) = 29.40%
R=34.49%
G=36.11%
B=29.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561270.0400.190.3974.4812.7855.49
Hex959C7F4013274ad37
Octal2252341774023471121567
Binary1001010110011100111111110001001110011110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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