#94987D

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

Shades of Sage #94987D

Tints of Sage #94987D

Color information

#94987D (or 0x94987D) is unknown color: approx Sage. HEX triplet: 94, 98 and 7D. RGB value is (148,152,125). Sum of RGB (Red+Green+Blue) = 148+152+125=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #94987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94987D is #6B6782. Grayscale: #939393. Windows color (decimal): -7038851 or 8231060. OLE color: 8231060.

HSL color Cylindrical-coordinate representation of color #94987D: hue angle of 68.89º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94987D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB148152125-
CMYK0.0300.180.40
HSL68.89º11.59%54.31%-
HSV(B)68.89º17.76%59.61%-
XYZ27.1430.2323.81-
YUV147.73115.17128.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=34.82%
G=35.76%
B=29.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521250.0300.180.4068.8911.5954.31
Hex94987D30122845c36
Octal2242301753022501051466
Binary100101001001100011111011101001010100010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,152,125); }

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

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

 a { background-color: rgb(148,152,125); }

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

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

 span { border-color: rgb(148,152,125); }

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