#94A663

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

Shades of Green Smoke #94A663

Tints of Green Smoke #94A663

Color information

#94A663 (or 0x94A663) is unknown color: approx Green Smoke. HEX triplet: 94, A6 and 63. RGB value is (148,166,99). Sum of RGB (Red+Green+Blue) = 148+166+99=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #94A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A663 is #6B599C. Grayscale: #999999. Windows color (decimal): -7035293 or 6530708. OLE color: 6530708.

HSL color Cylindrical-coordinate representation of color #94A663: hue angle of 76.12º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94A663 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB14816699-
CMYK0.1100.400.35
HSL76.12º27.35%51.96%-
HSV(B)76.12º40.36%65.1%-
XYZ28.134.4716.98-
YUV152.9897.54124.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 99 (39.06% from 255) = 23.97%
R=35.84%
G=40.19%
B=23.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148166990.1100.400.3576.1227.3551.96
Hex94A663B028234c1b34
Octal22424614313050431143364
Binary1001010010100110110001110110101000100011100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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