#91977E

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

Shades of Sage #91977E

Tints of Sage #91977E

Color information

#91977E (or 0x91977E) is unknown color: approx Sage. HEX triplet: 91, 97 and 7E. RGB value is (145,151,126). Sum of RGB (Red+Green+Blue) = 145+151+126=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #91977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91977E is #6E6881. Grayscale: #929292. Windows color (decimal): -7235714 or 8296337. OLE color: 8296337.

HSL color Cylindrical-coordinate representation of color #91977E: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91977E is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB145151126-
CMYK0.0400.170.41
HSL74.4º10.73%54.31%-
HSV(B)74.4º16.56%59.22%-
XYZ26.5129.6624.07-
YUV146.36116.51127.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=34.36%
G=35.78%
B=29.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511260.0400.170.4174.410.7354.31
Hex91977E4011294ab36
Octal2212271764021511121366
Binary1001000110010111111111010001000110100110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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