#93977C

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

Shades of Sage #93977C

Tints of Sage #93977C

Color information

#93977C (or 0x93977C) is unknown color: approx Sage. HEX triplet: 93, 97 and 7C. RGB value is (147,151,124). Sum of RGB (Red+Green+Blue) = 147+151+124=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #93977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977C is #6C6883. Grayscale: #929292. Windows color (decimal): -7104644 or 8165267. OLE color: 8165267.

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

Color convert

RGB147151124-
CMYK0.0300.180.41
HSL68.89º11.49%53.92%-
HSV(B)68.89º17.88%59.22%-
XYZ26.7429.7923.41-
YUV146.73115.17128.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=34.83%
G=35.78%
B=29.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511240.0300.180.4168.8911.4953.92
Hex93977C30122945b36
Octal2232271743022511051366
Binary100100111001011111111001101001010100110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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