#969F5E

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

Shades of Green Smoke #969F5E

Tints of Green Smoke #969F5E

Color information

#969F5E (or 0x969F5E) is unknown color: approx Green Smoke. HEX triplet: 96, 9F and 5E. RGB value is (150,159,94). Sum of RGB (Red+Green+Blue) = 150+159+94=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #969F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F5E is #6960A1. Grayscale: #959595. Windows color (decimal): -6906018 or 6201238. OLE color: 6201238.

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

Color convert

RGB15015994-
CMYK0.0600.410.38
HSL68.31º25.69%49.61%-
HSV(B)68.31º40.88%62.35%-
XYZ2732.0915.36-
YUV148.997.02128.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=37.22%
G=39.45%
B=23.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159940.0600.410.3868.3125.6949.61
Hex969F5E602926441a32
Octal2262371366051461043262
Binary100101101001111110111101100101001100110100010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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