#91947E

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

Shades of Sage #91947E

Tints of Sage #91947E

Color information

#91947E (or 0x91947E) is unknown color: approx Sage. HEX triplet: 91, 94 and 7E. RGB value is (145,148,126). Sum of RGB (Red+Green+Blue) = 145+148+126=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #91947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91947E is #6E6B81. Grayscale: #909090. Windows color (decimal): -7236482 or 8295569. OLE color: 8295569.

HSL color Cylindrical-coordinate representation of color #91947E: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91947E is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB145148126-
CMYK0.0200.150.42
HSL68.18º9.32%53.73%-
HSV(B)68.18º14.86%58.04%-
XYZ26.0328.7123.91-
YUV144.6117.51128.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=34.61%
G=35.32%
B=30.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481260.0200.150.4268.189.3253.73
Hex91947E20F2A44936
Octal2212241762017521041166
Binary10010001100101001111110100111110101010001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,148,126); }

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

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

 a { background-color: rgb(145,148,126); }

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

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

 span { border-color: rgb(145,148,126); }

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