Html Css Color HEX #93997A Sage

📋 copy color: '#93997A'

red 147 ◦ green 153 ◦ blue 122

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

Shades of Sage #93997A

Tints of Sage #93997A

RGB

 RED value IS 147 (57.81% from 255) = 34.83%

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 34.83%
G = 36.26%
B = 28.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#93997A (or 0x93997A) is known color: Sage. HEX triplet: 93, 99 and 7A. RGB value is (147,153,122). Sum of RGB (Red+Green+Blue) = 147+153+122=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #93997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997A is #6C6685. Grayscale: #939393. Windows color (decimal): -7104134 or 8034707. OLE color: 8034707.

HSL color Cylindrical-coordinate representation of color #93997A: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93997A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 122 -
CMYK 0.04 0 0.20 0.4
HSL 71.61º 0.13% 0.54% -
HSV(B) 71.61º 0.2% 0.6% -
XYZ 26.94 30.39 22.86 -
YUV 147.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 147 153 122 0.04 0 0.20 0.4 71.61 0.13 0.54
Hex 93 99 7A 4 0 14 28 48 D 36
Octal 223 231 172 4 0 24 50 110 15 66
Binary 10010011 10011001 1111010 100 0 10100 101000 1001000 1101 110110

Color Harmonies of #93997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93997A

Black with #93997A

Text Example


Text Example

White with #93997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,153,122); }

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

background-color css

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

 a { background-color: rgb(147,153,122); }

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

border-color css

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

 span { border-color: rgb(147,153,122); }

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