#93967B

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

Shades of Sage #93967B

Tints of Sage #93967B

Color information

#93967B (or 0x93967B) is unknown color: approx Sage. HEX triplet: 93, 96 and 7B. RGB value is (147,150,123). Sum of RGB (Red+Green+Blue) = 147+150+123=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #93967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93967B is #6C6984. Grayscale: #929292. Windows color (decimal): -7104901 or 8099475. OLE color: 8099475.

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

Color convert

RGB147150123-
CMYK0.0200.180.41
HSL66.67º11.39%53.53%-
HSV(B)66.67º18%58.82%-
XYZ26.5129.4523.03-
YUV146.02115.01128.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 123 (48.44% from 255) = 29.29%
R=35%
G=35.71%
B=29.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471501230.0200.180.4166.6711.3953.53
Hex93967B20122943b36
Octal2232261732022511031366
Binary100100111001011011110111001001010100110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93967B;
 }
 .AnyTagClassName
 {
   color: #93967B;
 }
</style>
background-color css

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

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

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

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

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

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