#94977C

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

Shades of Sage #94977C

Tints of Sage #94977C

Color information

#94977C (or 0x94977C) is unknown color: approx Sage. HEX triplet: 94, 97 and 7C. RGB value is (148,151,124). Sum of RGB (Red+Green+Blue) = 148+151+124=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #94977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94977C is #6B6883. Grayscale: #939393. Windows color (decimal): -7039108 or 8165268. OLE color: 8165268.

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

Color convert

RGB148151124-
CMYK0.0200.180.41
HSL66.67º11.49%53.92%-
HSV(B)66.67º17.88%59.22%-
XYZ26.9229.8823.42-
YUV147.02115.01128.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=34.99%
G=35.70%
B=29.31%

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
Decimal1481511240.0200.180.4166.6711.4953.92
Hex94977C20122943b36
Octal2242271742022511031366
Binary100101001001011111111001001001010100110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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