#91A277

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

Shades of Sage #91A277

Tints of Sage #91A277

Color information

#91A277 (or 0x91A277) is unknown color: approx Sage. HEX triplet: 91, A2 and 77. RGB value is (145,162,119). Sum of RGB (Red+Green+Blue) = 145+162+119=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #91A277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A277 is #6E5D88. Grayscale: #989898. Windows color (decimal): -7232905 or 7840401. OLE color: 7840401.

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

Color convert

RGB145162119-
CMYK0.1000.270.36
HSL83.72º18.78%55.1%-
HSV(B)83.72º26.54%63.53%-
XYZ27.9333.1922.39-
YUV152.01109.37123-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=34.04%
G=38.03%
B=27.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621190.1000.270.3683.7218.7855.1
Hex91A277A01B24541337
Octal22124216712033441242367
Binary100100011010001011101111010011011100100101010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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