Html Css Color HEX #91A173 Sage

📋 copy color: '#91A173'

red 145 ◦ green 161 ◦ blue 115

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

Shades of Sage #91A173

Tints of Sage #91A173

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 34.44%
G = 38.24%
B = 27.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#91A173 (or 0x91A173) is known color: Sage. HEX triplet: 91, A1 and 73. RGB value is (145,161,115). Sum of RGB (Red+Green+Blue) = 145+161+115=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #91A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A173 is #6E5E8C. Grayscale: #979797. Windows color (decimal): -7233165 or 7578001. OLE color: 7578001.

HSL color Cylindrical-coordinate representation of color #91A173: hue angle of 80.87º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91A173 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 161 115 -
CMYK 0.10 0 0.29 0.37
HSL 80.87º 0.2% 0.54% -
HSV(B) 80.87º 0.29% 0.63% -
XYZ 27.52 32.75 21.09 -
YUV 150.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 145 161 115 0.10 0 0.29 0.37 80.87 0.2 0.54
Hex 91 A1 73 A 0 1D 25 51 14 36
Octal 221 241 163 12 0 35 45 121 24 66
Binary 10010001 10100001 1110011 1010 0 11101 100101 1010001 10100 110110

Color Harmonies of #91A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A173

Black with #91A173

Text Example


Text Example

White with #91A173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,161,115); }

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

background-color css

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

 a { background-color: rgb(145,161,115); }

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

border-color css

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

 span { border-color: rgb(145,161,115); }

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