#91A376

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

Shades of Sage #91A376

Tints of Sage #91A376

Color information

#91A376 (or 0x91A376) is unknown color: approx Sage. HEX triplet: 91, A3 and 76. RGB value is (145,163,118). Sum of RGB (Red+Green+Blue) = 145+163+118=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #91A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A376 is #6E5C89. Grayscale: #989898. Windows color (decimal): -7232650 or 7775121. OLE color: 7775121.

HSL color Cylindrical-coordinate representation of color #91A376: hue angle of 84º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91A376 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB145163118-
CMYK0.1100.280.36
HSL84º19.65%55.1%-
HSV(B)84º27.61%63.92%-
XYZ28.0433.5222.13-
YUV152.49108.54122.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=34.04%
G=38.26%
B=27.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451631180.1100.280.368419.6555.1
Hex91A376B01C24541437
Octal22124316613034441242467
Binary100100011010001111101101011011100100100101010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,163,118); }

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

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

 a { background-color: rgb(145,163,118); }

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

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

 span { border-color: rgb(145,163,118); }

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