#93a75f

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

Shades of Green Smoke #93A75F

Tints of Green Smoke #93A75F

Color information

#93A75F (or 0x93A75F) is unknown color: approx Green Smoke. HEX triplet: 93, A7 and 5F. RGB value is (147,167,95). Sum of RGB (Red+Green+Blue) = 147+167+95=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #93A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A75F is #6C58A0. Grayscale: #999999. Windows color (decimal): -7100577 or 6268819. OLE color: 6268819.

HSL color Cylindrical-coordinate representation of color #93A75F: hue angle of 76.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93A75F is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB14716795-
CMYK0.1200.430.35
HSL76.67º29.03%51.37%-
HSV(B)76.67º43.11%65.49%-
XYZ27.9234.6716.05-
YUV152.8195.37123.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=35.94%
G=40.83%
B=23.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147167950.1200.430.3576.6729.0351.37
Hex93A75FC02B234d1d33
Octal22324713714053431153563
Binary1001001110100111101111111000101011100011100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93a75f; }

 p { color: rgb(147,167,95); }

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

<style>
 a { background-color: #93a75f; }

 a { background-color: rgb(147,167,95); }

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

<style>
 span { border-color: #93a75f; }

 span { border-color: rgb(147,167,95); }

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