Html Css Color HEX #91A573 Sage

📋 copy color: '#91A573'

red 145 ◦ green 165 ◦ blue 115

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

Shades of Sage #91A573

Tints of Sage #91A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 34.12%
G = 38.82%
B = 27.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#91A573 (or 0x91A573) is known color: Sage. HEX triplet: 91, A5 and 73. RGB value is (145,165,115). Sum of RGB (Red+Green+Blue) = 145+165+115=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #91A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A573 is #6E5A8C. Grayscale: #999999. Windows color (decimal): -7232141 or 7579025. OLE color: 7579025.

HSL color Cylindrical-coordinate representation of color #91A573: hue angle of 84º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A573 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 145 165 115 -
CMYK 0.12 0 0.30 0.35
HSL 84º 0.22% 0.55% -
HSV(B) 84º 0.3% 0.65% -
XYZ 28.23 34.17 21.33 -
YUV 153.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 145 165 115 0.12 0 0.30 0.35 84 0.22 0.55
Hex 91 A5 73 C 0 1E 23 54 16 37
Octal 221 245 163 14 0 36 43 124 26 67
Binary 10010001 10100101 1110011 1100 0 11110 100011 1010100 10110 110111

Color Harmonies of #91A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A573

Black with #91A573

Text Example


Text Example

White with #91A573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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