Html Css Color HEX #91967B Sage

📋 copy color: '#91967B'

red 145 ◦ green 150 ◦ blue 123

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

Shades of Sage #91967B

Tints of Sage #91967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 34.69%
G = 35.89%
B = 29.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#91967B (or 0x91967B) is known color: Sage. HEX triplet: 91, 96 and 7B. RGB value is (145,150,123). Sum of RGB (Red+Green+Blue) = 145+150+123=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #91967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91967B is #6E6984. Grayscale: #919191. Windows color (decimal): -7235973 or 8099473. OLE color: 8099473.

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

Color convert

RGB 145 150 123 -
CMYK 0.03 0 0.18 0.41
HSL 71.11º 0.11% 0.54% -
HSV(B) 71.11º 0.18% 0.59% -
XYZ 26.16 29.26 23.01 -
YUV 145.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 145 150 123 0.03 0 0.18 0.41 71.11 0.11 0.54
Hex 91 96 7B 3 0 12 29 47 B 36
Octal 221 226 173 3 0 22 51 107 13 66
Binary 10010001 10010110 1111011 11 0 10010 101001 1000111 1011 110110

Color Harmonies of #91967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91967B

Black with #91967B

Text Example


Text Example

White with #91967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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