#959D82

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

Shades of Sage #959D82

Tints of Sage #959D82

Color information

#959D82 (or 0x959D82) is unknown color: approx Sage. HEX triplet: 95, 9D and 82. RGB value is (149,157,130). Sum of RGB (Red+Green+Blue) = 149+157+130=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 157 - color contains mainly: green. Hex color #959D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D82 is #6A627D. Grayscale: #979797. Windows color (decimal): -6972030 or 8560021. OLE color: 8560021.

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

Color convert

RGB149157130-
CMYK0.0500.170.38
HSL77.78º12.11%56.27%-
HSV(B)77.78º17.2%61.57%-
XYZ28.4832.1225.82-
YUV151.53115.85126.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=34.17%
G=36.01%
B=29.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491571300.0500.170.3877.7812.1156.27
Hex959D825011264ec38
Octal2252352025021461161470
Binary10010101100111011000001010101000110011010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,157,130); }

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

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

 a { background-color: rgb(149,157,130); }

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

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

 span { border-color: rgb(149,157,130); }

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