#969F56

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

Shades of Green Smoke #969F56

Tints of Green Smoke #969F56

Color information

#969F56 (or 0x969F56) is unknown color: approx Green Smoke. HEX triplet: 96, 9F and 56. RGB value is (150,159,86). Sum of RGB (Red+Green+Blue) = 150+159+86=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #969F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F56 is #6960A9. Grayscale: #949494. Windows color (decimal): -6906026 or 5676950. OLE color: 5676950.

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

Color convert

RGB15015986-
CMYK0.0600.460.38
HSL67.4º29.8%48.04%-
HSV(B)67.4º45.91%62.35%-
XYZ26.6631.9513.57-
YUV147.9993.02129.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=37.97%
G=40.25%
B=21.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159860.0600.460.3867.429.848.04
Hex969F56602E26431e30
Octal2262371266056461033660
Binary100101101001111110101101100101110100110100001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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