#969F51

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

Shades of Green Smoke #969F51

Tints of Green Smoke #969F51

Color information

#969F51 (or 0x969F51) is unknown color: approx Green Smoke. HEX triplet: 96, 9F and 51. RGB value is (150,159,81). Sum of RGB (Red+Green+Blue) = 150+159+81=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #969F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F51 is #6960AE. Grayscale: #939393. Windows color (decimal): -6906031 or 5349270. OLE color: 5349270.

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

Color convert

RGB15015981-
CMYK0.0600.490.38
HSL66.92º32.5%47.06%-
HSV(B)66.92º49.06%62.35%-
XYZ26.4631.8712.54-
YUV147.4290.52129.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=38.46%
G=40.77%
B=20.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159810.0600.490.3866.9232.547.06
Hex969F5160312643202f
Octal2262371216061461034057
Binary1001011010011111101000111001100011001101000011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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