#969F50

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

Shades of Green Smoke #969F50

Tints of Green Smoke #969F50

Color information

#969F50 (or 0x969F50) is unknown color: approx Green Smoke. HEX triplet: 96, 9F and 50. RGB value is (150,159,80). Sum of RGB (Red+Green+Blue) = 150+159+80=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #969F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F50 is #6960AF. Grayscale: #939393. Windows color (decimal): -6906032 or 5283734. OLE color: 5283734.

HSL color Cylindrical-coordinate representation of color #969F50: hue angle of 66.84º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #969F50 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15015980-
CMYK0.0600.500.38
HSL66.84º33.05%46.86%-
HSV(B)66.84º49.69%62.35%-
XYZ26.4231.8612.35-
YUV147.390.02129.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=38.56%
G=40.87%
B=20.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159800.0600.500.3866.8433.0546.86
Hex969F5060322643212f
Octal2262371206062461034157
Binary1001011010011111101000011001100101001101000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969F50; }

 p { color: rgb(150,159,80); }

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

<style>
 a { background-color: #969F50; }

 a { background-color: rgb(150,159,80); }

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

<style>
 span { border-color: #969F50; }

 span { border-color: rgb(150,159,80); }

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