#93A069

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

Shades of Green Smoke #93A069

Tints of Green Smoke #93A069

Color information

#93A069 (or 0x93A069) is unknown color: approx Green Smoke. HEX triplet: 93, A0 and 69. RGB value is (147,160,105). Sum of RGB (Red+Green+Blue) = 147+160+105=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #93A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A069 is #6C5F96. Grayscale: #969696. Windows color (decimal): -7102359 or 6922387. OLE color: 6922387.

HSL color Cylindrical-coordinate representation of color #93A069: hue angle of 74.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93A069 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB147160105-
CMYK0.0800.340.37
HSL74.18º22.45%51.96%-
HSV(B)74.18º34.38%62.75%-
XYZ27.1532.3618.18-
YUV149.84102.69125.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=35.68%
G=38.83%
B=25.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601050.0800.340.3774.1822.4551.96
Hex93A0698022254a1634
Octal22324015110042451122664
Binary1001001110100000110100110000100010100101100101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,160,105); }

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

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

 a { background-color: rgb(147,160,105); }

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

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

 span { border-color: rgb(147,160,105); }

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