#91957D

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

Shades of Sage #91957D

Tints of Sage #91957D

Color information

#91957D (or 0x91957D) is unknown color: approx Sage. HEX triplet: 91, 95 and 7D. RGB value is (145,149,125). Sum of RGB (Red+Green+Blue) = 145+149+125=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #91957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91957D is #6E6A82. Grayscale: #919191. Windows color (decimal): -7236227 or 8230289. OLE color: 8230289.

HSL color Cylindrical-coordinate representation of color #91957D: hue angle of 70º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91957D is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB145149125-
CMYK0.0300.160.42
HSL70º10.17%53.73%-
HSV(B)70º16.11%58.43%-
XYZ26.132923.62-
YUV145.07116.67127.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=34.61%
G=35.56%
B=29.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491250.0300.160.427010.1753.73
Hex91957D30102A46a36
Octal2212251753020521061266
Binary100100011001010111111011101000010101010001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91957D; }

 p { color: rgb(145,149,125); }

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

<style>
 a { background-color: #91957D; }

 a { background-color: rgb(145,149,125); }

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

<style>
 span { border-color: #91957D; }

 span { border-color: rgb(145,149,125); }

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