#969C53

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

Shades of Green Smoke #969C53

Tints of Green Smoke #969C53

Color information

#969C53 (or 0x969C53) is unknown color: approx Green Smoke. HEX triplet: 96, 9C and 53. RGB value is (150,156,83). Sum of RGB (Red+Green+Blue) = 150+156+83=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #969C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C53 is #6963AC. Grayscale: #929292. Windows color (decimal): -6906797 or 5479574. OLE color: 5479574.

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

Color convert

RGB15015683-
CMYK0.0400.470.39
HSL64.93º30.54%46.86%-
HSV(B)64.93º46.79%61.18%-
XYZ26.0330.8912.77-
YUV145.8892.51130.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=38.56%
G=40.10%
B=21.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150156830.0400.470.3964.9330.5446.86
Hex969C53402F27411f2f
Octal2262341234057471013757
Binary100101101001110010100111000101111100111100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,83); }

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

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

 a { background-color: rgb(150,156,83); }

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

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

 span { border-color: rgb(150,156,83); }

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