#91A17C

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

Shades of Sage #91A17C

Tints of Sage #91A17C

Color information

#91A17C (or 0x91A17C) is unknown color: approx Sage. HEX triplet: 91, A1 and 7C. RGB value is (145,161,124). Sum of RGB (Red+Green+Blue) = 145+161+124=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #91A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A17C is #6E5E83. Grayscale: #989898. Windows color (decimal): -7233156 or 8167825. OLE color: 8167825.

HSL color Cylindrical-coordinate representation of color #91A17C: hue angle of 85.95º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91A17C is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB145161124-
CMYK0.1000.230.37
HSL85.95º16.44%55.88%-
HSV(B)85.95º22.98%63.14%-
XYZ28.0632.9623.95-
YUV152112.2123.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=33.72%
G=37.44%
B=28.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1451611240.1000.230.3785.9516.4455.88
Hex91A17CA01725561038
Octal22124117412027451262070
Binary100100011010000111111001010010111100101101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A17C; }

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

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

<style>
 a { background-color: #91A17C; }

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

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

<style>
 span { border-color: #91A17C; }

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

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