#94A16F

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

Shades of Sage #94A16F

Tints of Sage #94A16F

Color information

#94A16F (or 0x94A16F) is unknown color: approx Sage. HEX triplet: 94, A1 and 6F. RGB value is (148,161,111). Sum of RGB (Red+Green+Blue) = 148+161+111=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #94A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A16F is #6B5E90. Grayscale: #979797. Windows color (decimal): -7036561 or 7315860. OLE color: 7315860.

HSL color Cylindrical-coordinate representation of color #94A16F: hue angle of 75.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A16F is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB148161111-
CMYK0.0800.310.37
HSL75.6º21.01%53.33%-
HSV(B)75.6º31.06%63.14%-
XYZ27.8332.9319.93-
YUV151.41105.19125.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=35.24%
G=38.33%
B=26.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481611110.0800.310.3775.621.0153.33
Hex94A16F801F254c1535
Octal22424115710037451142565
Binary100101001010000111011111000011111100101100110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,111); }

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

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

 a { background-color: rgb(148,161,111); }

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

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

 span { border-color: rgb(148,161,111); }

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