#939B5A

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

Shades of Green Smoke #939B5A

Tints of Green Smoke #939B5A

Color information

#939B5A (or 0x939B5A) is unknown color: approx Green Smoke. HEX triplet: 93, 9B and 5A. RGB value is (147,155,90). Sum of RGB (Red+Green+Blue) = 147+155+90=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #939B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B5A is #6C64A5. Grayscale: #919191. Windows color (decimal): -7103654 or 5938067. OLE color: 5938067.

HSL color Cylindrical-coordinate representation of color #939B5A: hue angle of 67.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939B5A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB14715590-
CMYK0.0500.420.39
HSL67.38º26.53%48.04%-
HSV(B)67.38º41.94%60.78%-
XYZ25.630.3814.19-
YUV145.296.85129.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=37.5%
G=39.54%
B=22.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147155900.0500.420.3967.3826.5348.04
Hex939B5A502A27431b30
Octal2232331325052471033360
Binary100100111001101110110101010101010100111100001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939B5A; }

 p { color: rgb(147,155,90); }

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

<style>
 a { background-color: #939B5A; }

 a { background-color: rgb(147,155,90); }

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

<style>
 span { border-color: #939B5A; }

 span { border-color: rgb(147,155,90); }

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