#949F6C

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

Shades of Green Smoke #949F6C

Tints of Green Smoke #949F6C

Color information

#949F6C (or 0x949F6C) is unknown color: approx Green Smoke. HEX triplet: 94, 9F and 6C. RGB value is (148,159,108). Sum of RGB (Red+Green+Blue) = 148+159+108=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #949F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F6C is #6B6093. Grayscale: #969696. Windows color (decimal): -7037076 or 7118740. OLE color: 7118740.

HSL color Cylindrical-coordinate representation of color #949F6C: hue angle of 72.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #949F6C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB148159108-
CMYK0.0700.320.38
HSL72.94º20.99%52.35%-
HSV(B)72.94º32.08%62.35%-
XYZ27.3232.1718.96-
YUV149.9104.36126.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=35.66%
G=38.31%
B=26.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591080.0700.320.3872.9420.9952.35
Hex949F6C702026491534
Octal2242371547040461112564
Binary100101001001111111011001110100000100110100100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F6C; }

 p { color: rgb(148,159,108); }

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

<style>
 a { background-color: #949F6C; }

 a { background-color: rgb(148,159,108); }

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

<style>
 span { border-color: #949F6C; }

 span { border-color: rgb(148,159,108); }

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