#95997E

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

Shades of Sage #95997E

Tints of Sage #95997E

Color information

#95997E (or 0x95997E) is unknown color: approx Sage. HEX triplet: 95, 99 and 7E. RGB value is (149,153,126). Sum of RGB (Red+Green+Blue) = 149+153+126=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #95997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95997E is #6A6681. Grayscale: #949494. Windows color (decimal): -6973058 or 8296853. OLE color: 8296853.

HSL color Cylindrical-coordinate representation of color #95997E: hue angle of 68.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95997E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB149153126-
CMYK0.0300.180.4
HSL68.89º11.69%54.71%-
HSV(B)68.89º17.65%60%-
XYZ27.5530.6824.21-
YUV148.73115.17128.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=34.81%
G=35.75%
B=29.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531260.0300.180.468.8911.6954.71
Hex95997E30122845c37
Octal2252311763022501051467
Binary100101011001100111111101101001010100010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95997E; }

 p { color: rgb(149,153,126); }

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

<style>
 a { background-color: #95997E; }

 a { background-color: rgb(149,153,126); }

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

<style>
 span { border-color: #95997E; }

 span { border-color: rgb(149,153,126); }

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