#91A275

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

Shades of Sage #91A275

Tints of Sage #91A275

Color information

#91A275 (or 0x91A275) is unknown color: approx Sage. HEX triplet: 91, A2 and 75. RGB value is (145,162,117). Sum of RGB (Red+Green+Blue) = 145+162+117=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #91A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A275 is #6E5D8A. Grayscale: #979797. Windows color (decimal): -7232907 or 7709329. OLE color: 7709329.

HSL color Cylindrical-coordinate representation of color #91A275: hue angle of 82.67º degrees, saturation: 0.19, 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 #91A275 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB145162117-
CMYK0.1000.280.36
HSL82.67º19.48%54.71%-
HSV(B)82.67º27.78%63.53%-
XYZ27.8133.1421.76-
YUV151.79108.37123.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=34.20%
G=38.21%
B=27.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621170.1000.280.3682.6719.4854.71
Hex91A275A01C24531337
Octal22124216512034441232367
Binary100100011010001011101011010011100100100101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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