#959E75

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

Shades of Sage #959E75

Tints of Sage #959E75

Color information

#959E75 (or 0x959E75) is unknown color: approx Sage. HEX triplet: 95, 9E and 75. RGB value is (149,158,117). Sum of RGB (Red+Green+Blue) = 149+158+117=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #959E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E75 is #6A618A. Grayscale: #969696. Windows color (decimal): -6971787 or 7708309. OLE color: 7708309.

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

Color convert

RGB149158117-
CMYK0.0600.260.38
HSL73.17º17.45%53.92%-
HSV(B)73.17º25.95%61.96%-
XYZ27.8332.1321.56-
YUV150.64109.02126.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=35.14%
G=37.26%
B=27.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581170.0600.260.3873.1717.4553.92
Hex959E75601A26491136
Octal2252361656032461112166
Binary10010101100111101110101110011010100110100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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