#959F73

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

Shades of Sage #959F73

Tints of Sage #959F73

Color information

#959F73 (or 0x959F73) is unknown color: approx Sage. HEX triplet: 95, 9F and 73. RGB value is (149,159,115). Sum of RGB (Red+Green+Blue) = 149+159+115=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #959F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F73 is #6A608C. Grayscale: #979797. Windows color (decimal): -6971533 or 7577493. OLE color: 7577493.

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

Color convert

RGB149159115-
CMYK0.0600.280.38
HSL73.64º18.64%53.73%-
HSV(B)73.64º27.67%62.35%-
XYZ27.8932.4221.01-
YUV150.99107.69126.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=35.22%
G=37.59%
B=27.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491591150.0600.280.3873.6418.6453.73
Hex959F73601C264a1336
Octal2252371636034461122366
Binary10010101100111111110011110011100100110100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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