Html Css Color HEX #91A080 Sage

📋 copy color: '#91A080'

red 145 ◦ green 160 ◦ blue 128

#91A080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #91A080

Tints of Sage #91A080

RGB

 RED value IS 145 (57.03% from 255) = 33.49%

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 33.49%
G = 36.95%
B = 29.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#91A080 (or 0x91A080) is known color: Sage. HEX triplet: 91, A0 and 80. RGB value is (145,160,128). Sum of RGB (Red+Green+Blue) = 145+160+128=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #91A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A080 is #6E5F7F. Grayscale: #979797. Windows color (decimal): -7233408 or 8429713. OLE color: 8429713.

HSL color Cylindrical-coordinate representation of color #91A080: hue angle of 88.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91A080 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 160 128 -
CMYK 0.09 0 0.20 0.37
HSL 88.13º 0.14% 0.56% -
HSV(B) 88.13º 0.2% 0.63% -
XYZ 28.14 32.72 25.25 -
YUV 151.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 145 160 128 0.09 0 0.20 0.37 88.13 0.14 0.56
Hex 91 A0 80 9 0 14 25 58 E 38
Octal 221 240 200 11 0 24 45 130 16 70
Binary 10010001 10100000 10000000 1001 0 10100 100101 1011000 1110 111000

Color Harmonies of #91A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A080

Black with #91A080

Text Example


Text Example

White with #91A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,160,128); }

 H1.HeaderClassName
 {
   color: #91A080;
 }
 .AnyTagClassName
 {
   color: #91A080;
 }
</style>

background-color css

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

 a { background-color: rgb(145,160,128); }

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

border-color css

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

 span { border-color: rgb(145,160,128); }

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