Html Css Color HEX #93967D Sage

📋 copy color: '#93967D'

red 147 ◦ green 150 ◦ blue 125

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

Shades of Sage #93967D

Tints of Sage #93967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 34.83%
G = 35.55%
B = 29.62%

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

#93967D (or 0x93967D) is known color: Sage. HEX triplet: 93, 96 and 7D. RGB value is (147,150,125). Sum of RGB (Red+Green+Blue) = 147+150+125=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #93967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93967D is #6C6982. Grayscale: #929292. Windows color (decimal): -7104899 or 8230547. OLE color: 8230547.

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

Color convert

RGB 147 150 125 -
CMYK 0.02 0 0.17 0.41
HSL 67.2º 0.11% 0.54% -
HSV(B) 67.2º 0.17% 0.59% -
XYZ 26.64 29.5 23.69 -
YUV 146.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 147 150 125 0.02 0 0.17 0.41 67.2 0.11 0.54
Hex 93 96 7D 2 0 11 29 43 B 36
Octal 223 226 175 2 0 21 51 103 13 66
Binary 10010011 10010110 1111101 10 0 10001 101001 1000011 1011 110110

Color Harmonies of #93967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93967D

Black with #93967D

Text Example


Text Example

White with #93967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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