#94A756

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

Shades of Green Smoke #94A756

Tints of Green Smoke #94A756

Color information

#94A756 (or 0x94A756) is unknown color: approx Green Smoke. HEX triplet: 94, A7 and 56. RGB value is (148,167,86). Sum of RGB (Red+Green+Blue) = 148+167+86=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #94A756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A756 is #6B58A9. Grayscale: #989898. Windows color (decimal): -7035050 or 5678996. OLE color: 5678996.

HSL color Cylindrical-coordinate representation of color #94A756: hue angle of 74.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94A756 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB14816786-
CMYK0.1100.490.35
HSL74.07º32.02%49.61%-
HSV(B)74.07º48.5%65.49%-
XYZ27.7134.6114.02-
YUV152.0890.71125.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=36.91%
G=41.65%
B=21.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148167860.1100.490.3574.0732.0249.61
Hex94A756B031234a2032
Octal22424712613061431124062
Binary10010100101001111010110101101100011000111001010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,86); }

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

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

 a { background-color: rgb(148,167,86); }

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

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

 span { border-color: rgb(148,167,86); }

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