Html Css Color HEX #91A571 Sage

📋 copy color: '#91A571'

red 145 ◦ green 165 ◦ blue 113

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

Shades of Sage #91A571

Tints of Sage #91A571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 34.28%
G = 39.01%
B = 26.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#91A571 (or 0x91A571) is known color: Sage. HEX triplet: 91, A5 and 71. RGB value is (145,165,113). Sum of RGB (Red+Green+Blue) = 145+165+113=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #91A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A571 is #6E5A8E. Grayscale: #999999. Windows color (decimal): -7232143 or 7447953. OLE color: 7447953.

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

Color convert

RGB 145 165 113 -
CMYK 0.12 0 0.32 0.35
HSL 83.08º 0.22% 0.55% -
HSV(B) 83.08º 0.32% 0.65% -
XYZ 28.11 34.12 20.73 -
YUV 153.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 145 165 113 0.12 0 0.32 0.35 83.08 0.22 0.55
Hex 91 A5 71 C 0 20 23 53 16 37
Octal 221 245 161 14 0 40 43 123 26 67
Binary 10010001 10100101 1110001 1100 0 100000 100011 1010011 10110 110111

Color Harmonies of #91A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A571

Black with #91A571

Text Example


Text Example

White with #91A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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