#94AA63

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

Shades of Green Smoke #94AA63

Tints of Green Smoke #94AA63

Color information

#94AA63 (or 0x94AA63) is unknown color: approx Green Smoke. HEX triplet: 94, AA and 63. RGB value is (148,170,99). Sum of RGB (Red+Green+Blue) = 148+170+99=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA63 is #6B559C. Grayscale: #9B9B9B. Windows color (decimal): -7034269 or 6531732. OLE color: 6531732.

HSL color Cylindrical-coordinate representation of color #94AA63: hue angle of 78.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94AA63 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB14817099-
CMYK0.1300.420.33
HSL78.59º29.46%52.75%-
HSV(B)78.59º41.76%66.67%-
XYZ28.8435.9517.22-
YUV155.3396.21122.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=35.49%
G=40.77%
B=23.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148170990.1300.420.3378.5929.4652.75
Hex94AA63D02A214f1d35
Octal22425214315052411173565
Binary1001010010101010110001111010101010100001100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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