#94A074

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

Shades of Sage #94A074

Tints of Sage #94A074

Color information

#94A074 (or 0x94A074) is unknown color: approx Sage. HEX triplet: 94, A0 and 74. RGB value is (148,160,116). Sum of RGB (Red+Green+Blue) = 148+160+116=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #94A074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A074 is #6B5F8B. Grayscale: #979797. Windows color (decimal): -7036812 or 7643284. OLE color: 7643284.

HSL color Cylindrical-coordinate representation of color #94A074: hue angle of 76.36º 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 #94A074 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB148160116-
CMYK0.0700.280.37
HSL76.36º18.8%54.12%-
HSV(B)76.36º27.5%62.75%-
XYZ27.9432.721.36-
YUV151.4108.02125.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=34.91%
G=37.74%
B=27.36%

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
Decimal1481601160.0700.280.3776.3618.854.12
Hex94A074701C254c1336
Octal2242401647034451142366
Binary10010100101000001110100111011100100101100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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