#94A757

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

Shades of Green Smoke #94A757

Tints of Green Smoke #94A757

Color information

#94A757 (or 0x94A757) is unknown color: approx Green Smoke. HEX triplet: 94, A7 and 57. RGB value is (148,167,87). Sum of RGB (Red+Green+Blue) = 148+167+87=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #94A757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A757 is #6B58A8. Grayscale: #989898. Windows color (decimal): -7035049 or 5744532. OLE color: 5744532.

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

Color convert

RGB14816787-
CMYK0.1100.480.35
HSL74.25º31.5%49.8%-
HSV(B)74.25º47.9%65.49%-
XYZ27.7534.6214.24-
YUV152.291.21125-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=36.82%
G=41.54%
B=21.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148167870.1100.480.3574.2531.549.8
Hex94A757B030234a1f32
Octal22424712713060431123762
Binary1001010010100111101011110110110000100011100101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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