#93967D

Color #93967D Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #93967D

Tints of Sage #93967D

Color information

#93967D (or 0x93967D) is unknown color: approx 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

RGB147150125-
CMYK0.0200.170.41
HSL67.2º10.64%53.92%-
HSV(B)67.2º16.67%58.82%-
XYZ26.6429.523.69-
YUV146.25116.01128.53-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501250.0200.170.4167.210.6453.92
Hex93967D20112943b36
Octal2232261752021511031366
Binary100100111001011011111011001000110100110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>