#94A477

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

Shades of Sage #94A477

Tints of Sage #94A477

Color information

#94A477 (or 0x94A477) is unknown color: approx Sage. HEX triplet: 94, A4 and 77. RGB value is (148,164,119). Sum of RGB (Red+Green+Blue) = 148+164+119=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #94A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A477 is #6B5B88. Grayscale: #9A9A9A. Windows color (decimal): -7035785 or 7840916. OLE color: 7840916.

HSL color Cylindrical-coordinate representation of color #94A477: hue angle of 81.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A477 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB148164119-
CMYK0.1000.270.36
HSL81.33º19.82%55.49%-
HSV(B)81.33º27.44%64.31%-
XYZ28.8234.1822.53-
YUV154.09108.2123.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=34.34%
G=38.05%
B=27.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641190.1000.270.3681.3319.8255.49
Hex94A477A01B24511437
Octal22424416712033441212467
Binary100101001010010011101111010011011100100101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,164,119); }

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

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

 a { background-color: rgb(148,164,119); }

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

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

 span { border-color: rgb(148,164,119); }

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