#969E4D

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

Shades of Green Smoke #969E4D

Tints of Green Smoke #969E4D

Color information

#969E4D (or 0x969E4D) is unknown color: approx Green Smoke. HEX triplet: 96, 9E and 4D. RGB value is (150,158,77). Sum of RGB (Red+Green+Blue) = 150+158+77=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #969E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E4D is #6961B2. Grayscale: #929292. Windows color (decimal): -6906291 or 5086870. OLE color: 5086870.

HSL color Cylindrical-coordinate representation of color #969E4D: hue angle of 65.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #969E4D is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15015877-
CMYK0.0500.510.38
HSL65.93º34.47%46.08%-
HSV(B)65.93º51.27%61.96%-
XYZ26.1431.4711.72-
YUV146.3788.85130.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 77 (30.47% from 255) = 20%
R=38.96%
G=41.04%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150158770.0500.510.3865.9334.4746.08
Hex969E4D50332642222e
Octal2262361155063461024256
Binary1001011010011110100110110101100111001101000010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,158,77); }

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

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

 a { background-color: rgb(150,158,77); }

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

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

 span { border-color: rgb(150,158,77); }

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