Html Css Color HEX #91957B Sage

📋 copy color: '#91957B'

red 145 ◦ green 149 ◦ blue 123

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

Shades of Sage #91957B

Tints of Sage #91957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 34.77%
G = 35.73%
B = 29.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#91957B (or 0x91957B) is known color: Sage. HEX triplet: 91, 95 and 7B. RGB value is (145,149,123). Sum of RGB (Red+Green+Blue) = 145+149+123=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #91957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91957B is #6E6A84. Grayscale: #909090. Windows color (decimal): -7236229 or 8099217. OLE color: 8099217.

HSL color Cylindrical-coordinate representation of color #91957B: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91957B is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 149 123 -
CMYK 0.03 0 0.17 0.42
HSL 69.23º 0.11% 0.53% -
HSV(B) 69.23º 0.17% 0.58% -
XYZ 26 28.94 22.96 -
YUV 144.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 145 149 123 0.03 0 0.17 0.42 69.23 0.11 0.53
Hex 91 95 7B 3 0 11 2A 45 B 35
Octal 221 225 173 3 0 21 52 105 13 65
Binary 10010001 10010101 1111011 11 0 10001 101010 1000101 1011 110101

Color Harmonies of #91957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91957B

Black with #91957B

Text Example


Text Example

White with #91957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91957B; }

 p { color: rgb(145,149,123); }

 H1.HeaderClassName
 {
   color: #91957B;
 }
 .AnyTagClassName
 {
   color: #91957B;
 }
</style>

background-color css

<style>
 a { background-color: #91957B; }

 a { background-color: rgb(145,149,123); }

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

border-color css

<style>
 span { border-color: #91957B; }

 span { border-color: rgb(145,149,123); }

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