Html Css Color HEX #91977A Sage

📋 copy color: '#91977A'

red 145 ◦ green 151 ◦ blue 122

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

Shades of Sage #91977A

Tints of Sage #91977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 34.69%
G = 36.12%
B = 29.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#91977A (or 0x91977A) is known color: Sage. HEX triplet: 91, 97 and 7A. RGB value is (145,151,122). Sum of RGB (Red+Green+Blue) = 145+151+122=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #91977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91977A is #6E6885. Grayscale: #929292. Windows color (decimal): -7235718 or 8034193. OLE color: 8034193.

HSL color Cylindrical-coordinate representation of color #91977A: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91977A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 151 122 -
CMYK 0.04 0 0.19 0.41
HSL 72.41º 0.12% 0.54% -
HSV(B) 72.41º 0.19% 0.59% -
XYZ 26.26 29.56 22.73 -
YUV 145.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 145 151 122 0.04 0 0.19 0.41 72.41 0.12 0.54
Hex 91 97 7A 4 0 13 29 48 C 36
Octal 221 227 172 4 0 23 51 110 14 66
Binary 10010001 10010111 1111010 100 0 10011 101001 1001000 1100 110110

Color Harmonies of #91977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91977A

Black with #91977A

Text Example


Text Example

White with #91977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91977A; }

 p { color: rgb(145,151,122); }

 H1.HeaderClassName
 {
   color: #91977A;
 }
 .AnyTagClassName
 {
   color: #91977A;
 }
</style>

background-color css

<style>
 a { background-color: #91977A; }

 a { background-color: rgb(145,151,122); }

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

border-color css

<style>
 span { border-color: #91977A; }

 span { border-color: rgb(145,151,122); }

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