#91A27F

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

Shades of Sage #91A27F

Tints of Sage #91A27F

Color information

#91A27F (or 0x91A27F) is unknown color: approx Sage. HEX triplet: 91, A2 and 7F. RGB value is (145,162,127). Sum of RGB (Red+Green+Blue) = 145+162+127=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #91A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A27F is #6E5D80. Grayscale: #999999. Windows color (decimal): -7232897 or 8364689. OLE color: 8364689.

HSL color Cylindrical-coordinate representation of color #91A27F: hue angle of 89.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91A27F is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB145162127-
CMYK0.1000.220.36
HSL89.14º15.84%56.67%-
HSV(B)89.14º21.6%63.53%-
XYZ28.4333.3925.03-
YUV152.93113.37122.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 127 (50% from 255) = 29.26%
R=33.41%
G=37.33%
B=29.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621270.1000.220.3689.1415.8456.67
Hex91A27FA01624591039
Octal22124217712026441312071
Binary100100011010001011111111010010110100100101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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