#94A46D

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

Shades of Sage #94A46D

Tints of Sage #94A46D

Color information

#94A46D (or 0x94A46D) is unknown color: approx Sage. HEX triplet: 94, A4 and 6D. RGB value is (148,164,109). Sum of RGB (Red+Green+Blue) = 148+164+109=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #94A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A46D is #6B5B92. Grayscale: #999999. Windows color (decimal): -7035795 or 7185556. OLE color: 7185556.

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

Color convert

RGB148164109-
CMYK0.1000.340.36
HSL77.45º23.21%53.53%-
HSV(B)77.45º33.54%64.31%-
XYZ28.2533.9519.53-
YUV152.95103.2124.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=35.15%
G=38.95%
B=25.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481641090.1000.340.3677.4523.2153.53
Hex94A46DA022244d1736
Octal22424415512042441152766
Binary1001010010100100110110110100100010100100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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