#91957C

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

Shades of Sage #91957C

Tints of Sage #91957C

Color information

#91957C (or 0x91957C) is unknown color: approx Sage. HEX triplet: 91, 95 and 7C. RGB value is (145,149,124). Sum of RGB (Red+Green+Blue) = 145+149+124=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #91957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91957C is #6E6A83. Grayscale: #919191. Windows color (decimal): -7236228 or 8164753. OLE color: 8164753.

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

Color convert

RGB145149124-
CMYK0.0300.170.42
HSL69.6º10.55%53.53%-
HSV(B)69.6º16.78%58.43%-
XYZ26.0628.9723.29-
YUV144.95116.17128.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=34.69%
G=35.65%
B=29.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491240.0300.170.4269.610.5553.53
Hex91957C30112A46b36
Octal2212251743021521061366
Binary100100011001010111111001101000110101010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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