#969B4E

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

Shades of Green Smoke #969B4E

Tints of Green Smoke #969B4E

Color information

#969B4E (or 0x969B4E) is unknown color: approx Green Smoke. HEX triplet: 96, 9B and 4E. RGB value is (150,155,78). Sum of RGB (Red+Green+Blue) = 150+155+78=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #969B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B4E is #6964B1. Grayscale: #919191. Windows color (decimal): -6907058 or 5151638. OLE color: 5151638.

HSL color Cylindrical-coordinate representation of color #969B4E: hue angle of 63.9º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #969B4E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15015578-
CMYK0.0300.500.39
HSL63.9º33.05%45.69%-
HSV(B)63.9º49.68%60.78%-
XYZ25.6730.4811.74-
YUV144.7390.34131.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=39.16%
G=40.47%
B=20.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155780.0300.500.3963.933.0545.69
Hex969B4E30322740212e
Octal2262331163062471004156
Binary100101101001101110011101101100101001111000000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,78); }

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

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

 a { background-color: rgb(150,155,78); }

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

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

 span { border-color: rgb(150,155,78); }

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