#969D5C

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

Shades of Green Smoke #969D5C

Tints of Green Smoke #969D5C

Color information

#969D5C (or 0x969D5C) is unknown color: approx Green Smoke. HEX triplet: 96, 9D and 5C. RGB value is (150,157,92). Sum of RGB (Red+Green+Blue) = 150+157+92=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #969D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D5C is #6962A3. Grayscale: #939393. Windows color (decimal): -6906532 or 6069654. OLE color: 6069654.

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

Color convert

RGB15015792-
CMYK0.0400.410.38
HSL66.46º26.1%48.82%-
HSV(B)66.46º41.4%61.57%-
XYZ26.5731.3714.78-
YUV147.596.68129.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=37.59%
G=39.35%
B=23.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157920.0400.410.3866.4626.148.82
Hex969D5C402926421a31
Octal2262351344051461023261
Binary100101101001110110111001000101001100110100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,92); }

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

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

 a { background-color: rgb(150,157,92); }

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

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

 span { border-color: rgb(150,157,92); }

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