#93A15F

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

Shades of Green Smoke #93A15F

Tints of Green Smoke #93A15F

Color information

#93A15F (or 0x93A15F) is unknown color: approx Green Smoke. HEX triplet: 93, A1 and 5F. RGB value is (147,161,95). Sum of RGB (Red+Green+Blue) = 147+161+95=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #93A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A15F is #6C5EA0. Grayscale: #959595. Windows color (decimal): -7102113 or 6267283. OLE color: 6267283.

HSL color Cylindrical-coordinate representation of color #93A15F: hue angle of 72.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A15F is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB14716195-
CMYK0.0900.410.37
HSL72.73º25.98%50.2%-
HSV(B)72.73º40.99%63.14%-
XYZ26.8432.5215.69-
YUV149.2997.36126.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=36.48%
G=39.95%
B=23.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161950.0900.410.3772.7325.9850.2
Hex93A15F902925491a32
Octal22324113711051451113262
Binary1001001110100001101111110010101001100101100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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