#94A161

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

Shades of Green Smoke #94A161

Tints of Green Smoke #94A161

Color information

#94A161 (or 0x94A161) is unknown color: approx Green Smoke. HEX triplet: 94, A1 and 61. RGB value is (148,161,97). Sum of RGB (Red+Green+Blue) = 148+161+97=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #94A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A161 is #6B5E9E. Grayscale: #969696. Windows color (decimal): -7036575 or 6398356. OLE color: 6398356.

HSL color Cylindrical-coordinate representation of color #94A161: hue angle of 72.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94A161 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB14816197-
CMYK0.0800.400.37
HSL72.19º25.4%50.59%-
HSV(B)72.19º39.75%63.14%-
XYZ27.1232.6516.18-
YUV149.8298.19126.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=36.45%
G=39.66%
B=23.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal148161970.0800.400.3772.1925.450.59
Hex94A161802825481933
Octal22424114110050451103163
Binary1001010010100001110000110000101000100101100100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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