Html Css Color HEX #93967C Sage

📋 copy color: '#93967C'

red 147 ◦ green 150 ◦ blue 124

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

Shades of Sage #93967C

Tints of Sage #93967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 34.92%
G = 35.63%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#93967C (or 0x93967C) is known color: Sage. HEX triplet: 93, 96 and 7C. RGB value is (147,150,124). Sum of RGB (Red+Green+Blue) = 147+150+124=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #93967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93967C is #6C6983. Grayscale: #929292. Windows color (decimal): -7104900 or 8165011. OLE color: 8165011.

HSL color Cylindrical-coordinate representation of color #93967C: hue angle of 66.92º 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 #93967C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 124 -
CMYK 0.02 0 0.17 0.41
HSL 66.92º 0.11% 0.54% -
HSV(B) 66.92º 0.17% 0.59% -
XYZ 26.58 29.47 23.36 -
YUV 146.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 147 150 124 0.02 0 0.17 0.41 66.92 0.11 0.54
Hex 93 96 7C 2 0 11 29 43 B 36
Octal 223 226 174 2 0 21 51 103 13 66
Binary 10010011 10010110 1111100 10 0 10001 101001 1000011 1011 110110

Color Harmonies of #93967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93967C

Black with #93967C

Text Example


Text Example

White with #93967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93967C; }

 p { color: rgb(147,150,124); }

 H1.HeaderClassName
 {
   color: #93967C;
 }
 .AnyTagClassName
 {
   color: #93967C;
 }
</style>

background-color css

<style>
 a { background-color: #93967C; }

 a { background-color: rgb(147,150,124); }

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

border-color css

<style>
 span { border-color: #93967C; }

 span { border-color: rgb(147,150,124); }

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