#949F5A

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

Shades of Green Smoke #949F5A

Tints of Green Smoke #949F5A

Color information

#949F5A (or 0x949F5A) is unknown color: approx Green Smoke. HEX triplet: 94, 9F and 5A. RGB value is (148,159,90). Sum of RGB (Red+Green+Blue) = 148+159+90=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #949F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F5A is #6B60A5. Grayscale: #949494. Windows color (decimal): -7037094 or 5939092. OLE color: 5939092.

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

Color convert

RGB14815990-
CMYK0.0700.430.38
HSL69.57º27.71%48.82%-
HSV(B)69.57º43.4%62.35%-
XYZ26.4631.8314.42-
YUV147.8495.36128.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=37.28%
G=40.05%
B=22.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148159900.0700.430.3869.5727.7148.82
Hex949F5A702B26461c31
Octal2242371327053461063461
Binary100101001001111110110101110101011100110100011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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