#91A271

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

Shades of Sage #91A271

Tints of Sage #91A271

Color information

#91A271 (or 0x91A271) is unknown color: approx Sage. HEX triplet: 91, A2 and 71. RGB value is (145,162,113). Sum of RGB (Red+Green+Blue) = 145+162+113=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #91A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A271 is #6E5D8E. Grayscale: #979797. Windows color (decimal): -7232911 or 7447185. OLE color: 7447185.

HSL color Cylindrical-coordinate representation of color #91A271: hue angle of 80.82º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A271 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB145162113-
CMYK0.1000.300.36
HSL80.82º20.85%53.92%-
HSV(B)80.82º30.25%63.53%-
XYZ27.5833.0520.55-
YUV151.33106.37123.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=34.52%
G=38.57%
B=26.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621130.1000.300.3680.8220.8553.92
Hex91A271A01E24511536
Octal22124216112036441212566
Binary100100011010001011100011010011110100100101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,162,113); }

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

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

 a { background-color: rgb(145,162,113); }

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

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

 span { border-color: rgb(145,162,113); }

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