#959F77

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

Shades of Sage #959F77

Tints of Sage #959F77

Color information

#959F77 (or 0x959F77) is unknown color: approx Sage. HEX triplet: 95, 9F and 77. RGB value is (149,159,119). Sum of RGB (Red+Green+Blue) = 149+159+119=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #959F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F77 is #6A6088. Grayscale: #979797. Windows color (decimal): -6971529 or 7839637. OLE color: 7839637.

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

Color convert

RGB149159119-
CMYK0.0600.250.38
HSL75º17.24%54.51%-
HSV(B)75º25.16%62.35%-
XYZ28.1232.5222.25-
YUV151.45109.69126.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=34.89%
G=37.24%
B=27.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591190.0600.250.387517.2454.51
Hex959F776019264b1137
Octal2252371676031461132167
Binary10010101100111111110111110011001100110100101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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