#969B57

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

Shades of Green Smoke #969B57

Tints of Green Smoke #969B57

Color information

#969B57 (or 0x969B57) is unknown color: approx Green Smoke. HEX triplet: 96, 9B and 57. RGB value is (150,155,87). Sum of RGB (Red+Green+Blue) = 150+155+87=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #969B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B57 is #6964A8. Grayscale: #929292. Windows color (decimal): -6907049 or 5741462. OLE color: 5741462.

HSL color Cylindrical-coordinate representation of color #969B57: hue angle of 64.41º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #969B57 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15015587-
CMYK0.0300.440.39
HSL64.41º28.1%47.45%-
HSV(B)64.41º43.87%60.78%-
XYZ26.0230.6113.55-
YUV145.7594.84131.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=38.27%
G=39.54%
B=22.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155870.0300.440.3964.4128.147.45
Hex969B57302C27401c2f
Octal2262331273054471003457
Binary10010110100110111010111110101100100111100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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