#91987C

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

Shades of Sage #91987C

Tints of Sage #91987C

Color information

#91987C (or 0x91987C) is unknown color: approx Sage. HEX triplet: 91, 98 and 7C. RGB value is (145,152,124). Sum of RGB (Red+Green+Blue) = 145+152+124=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #91987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91987C is #6E6783. Grayscale: #929292. Windows color (decimal): -7235460 or 8165521. OLE color: 8165521.

HSL color Cylindrical-coordinate representation of color #91987C: hue angle of 75º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91987C is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB145152124-
CMYK0.0500.180.40
HSL75º11.97%54.12%-
HSV(B)75º18.42%59.61%-
XYZ26.5429.9323.45-
YUV146.71115.18126.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=34.44%
G=36.10%
B=29.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521240.0500.180.407511.9754.12
Hex91987C5012284bc36
Octal2212301745022501131466
Binary1001000110011000111110010101001010100010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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