Html Css Color HEX #91977E Sage

📋 copy color: '#91977E'

red 145 ◦ green 151 ◦ blue 126

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

Shades of Sage #91977E

Tints of Sage #91977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.86%

R = 34.36%
G = 35.78%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#91977E (or 0x91977E) is known color: Sage. HEX triplet: 91, 97 and 7E. RGB value is (145,151,126). Sum of RGB (Red+Green+Blue) = 145+151+126=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #91977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91977E is #6E6881. Grayscale: #929292. Windows color (decimal): -7235714 or 8296337. OLE color: 8296337.

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

Color convert

RGB 145 151 126 -
CMYK 0.04 0 0.17 0.41
HSL 74.4º 0.11% 0.54% -
HSV(B) 74.4º 0.17% 0.59% -
XYZ 26.51 29.66 24.07 -
YUV 146.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 145 151 126 0.04 0 0.17 0.41 74.4 0.11 0.54
Hex 91 97 7E 4 0 11 29 4A B 36
Octal 221 227 176 4 0 21 51 112 13 66
Binary 10010001 10010111 1111110 100 0 10001 101001 1001010 1011 110110

Color Harmonies of #91977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91977E

Black with #91977E

Text Example


Text Example

White with #91977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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