#94A66A

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

Shades of Green Smoke #94A66A

Tints of Green Smoke #94A66A

Color information

#94A66A (or 0x94A66A) is unknown color: approx Green Smoke. HEX triplet: 94, A6 and 6A. RGB value is (148,166,106). Sum of RGB (Red+Green+Blue) = 148+166+106=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #94A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A66A is #6B5995. Grayscale: #9A9A9A. Windows color (decimal): -7035286 or 6989460. OLE color: 6989460.

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

Color convert

RGB148166106-
CMYK0.1100.360.35
HSL78º25.21%53.33%-
HSV(B)78º36.14%65.1%-
XYZ28.4534.6118.82-
YUV153.78101.04123.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=35.24%
G=39.52%
B=25.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661060.1100.360.357825.2153.33
Hex94A66AB024234e1935
Octal22424615213044431163165
Binary1001010010100110110101010110100100100011100111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,106); }

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

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

 a { background-color: rgb(148,166,106); }

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

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

 span { border-color: rgb(148,166,106); }

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