#94A674

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

Shades of Sage #94A674

Tints of Sage #94A674

Color information

#94A674 (or 0x94A674) is unknown color: approx Sage. HEX triplet: 94, A6 and 74. RGB value is (148,166,116). Sum of RGB (Red+Green+Blue) = 148+166+116=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #94A674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A674 is #6B598B. Grayscale: #9B9B9B. Windows color (decimal): -7035276 or 7644820. OLE color: 7644820.

HSL color Cylindrical-coordinate representation of color #94A674: hue angle of 81.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A674 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB148166116-
CMYK0.1100.300.35
HSL81.6º21.93%55.29%-
HSV(B)81.6º30.12%65.1%-
XYZ2934.8321.72-
YUV154.92106.04123.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=34.42%
G=38.60%
B=26.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661160.1100.300.3581.621.9355.29
Hex94A674B01E23521637
Octal22424616413036431222667
Binary100101001010011011101001011011110100011101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A674; }

 p { color: rgb(148,166,116); }

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

<style>
 a { background-color: #94A674; }

 a { background-color: rgb(148,166,116); }

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

<style>
 span { border-color: #94A674; }

 span { border-color: rgb(148,166,116); }

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