#94A073

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

Shades of Sage #94A073

Tints of Sage #94A073

Color information

#94A073 (or 0x94A073) is unknown color: approx Sage. HEX triplet: 94, A0 and 73. RGB value is (148,160,115). Sum of RGB (Red+Green+Blue) = 148+160+115=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #94A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A073 is #6B5F8C. Grayscale: #979797. Windows color (decimal): -7036813 or 7577748. OLE color: 7577748.

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

Color convert

RGB148160115-
CMYK0.0700.280.37
HSL76º19.15%53.92%-
HSV(B)76º28.12%62.75%-
XYZ27.8832.6821.06-
YUV151.28107.52125.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=34.99%
G=37.83%
B=27.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481601150.0700.280.377619.1553.92
Hex94A073701C254c1336
Octal2242401637034451142366
Binary10010100101000001110011111011100100101100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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