#95997B

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

Shades of Sage #95997B

Tints of Sage #95997B

Color information

#95997B (or 0x95997B) is unknown color: approx Sage. HEX triplet: 95, 99 and 7B. RGB value is (149,153,123). Sum of RGB (Red+Green+Blue) = 149+153+123=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #95997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95997B is #6A6684. Grayscale: #949494. Windows color (decimal): -6973061 or 8100245. OLE color: 8100245.

HSL color Cylindrical-coordinate representation of color #95997B: hue angle of 68º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95997B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB149153123-
CMYK0.0300.200.4
HSL68º12.82%54.12%-
HSV(B)68º19.61%60%-
XYZ27.3630.623.2-
YUV148.38113.67128.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=35.06%
G=36%
B=28.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531230.0300.200.46812.8254.12
Hex95997B30142844d36
Octal2252311733024501041566
Binary100101011001100111110111101010010100010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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