#94A075

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

Shades of Sage #94A075

Tints of Sage #94A075

Color information

#94A075 (or 0x94A075) is unknown color: approx Sage. HEX triplet: 94, A0 and 75. RGB value is (148,160,117). Sum of RGB (Red+Green+Blue) = 148+160+117=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #94A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A075 is #6B5F8A. Grayscale: #979797. Windows color (decimal): -7036811 or 7708820. OLE color: 7708820.

HSL color Cylindrical-coordinate representation of color #94A075: hue angle of 76.74º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A075 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB148160117-
CMYK0.0700.270.37
HSL76.74º18.45%54.31%-
HSV(B)76.74º26.88%62.75%-
XYZ27.9932.7221.67-
YUV151.51108.52125.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=34.82%
G=37.65%
B=27.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481601170.0700.270.3776.7418.4554.31
Hex94A075701B254d1236
Octal2242401657033451152266
Binary10010100101000001110101111011011100101100110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,160,117); }

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

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

 a { background-color: rgb(148,160,117); }

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

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

 span { border-color: rgb(148,160,117); }

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