#94977D

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

Shades of Sage #94977D

Tints of Sage #94977D

Color information

#94977D (or 0x94977D) is unknown color: approx Sage. HEX triplet: 94, 97 and 7D. RGB value is (148,151,125). Sum of RGB (Red+Green+Blue) = 148+151+125=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #94977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94977D is #6B6882. Grayscale: #939393. Windows color (decimal): -7039107 or 8230804. OLE color: 8230804.

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

Color convert

RGB148151125-
CMYK0.0200.170.41
HSL66.92º11.11%54.12%-
HSV(B)66.92º17.22%59.22%-
XYZ26.9829.9123.75-
YUV147.14115.51128.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=34.91%
G=35.61%
B=29.48%

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
Decimal1481511250.0200.170.4166.9211.1154.12
Hex94977D20112943b36
Octal2242271752021511031366
Binary100101001001011111111011001000110100110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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