#969f5a

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

Shades of Green Smoke #969F5A

Tints of Green Smoke #969F5A

Color information

#969F5A (or 0x969F5A) is unknown color: approx Green Smoke. HEX triplet: 96, 9F and 5A. RGB value is (150,159,90). Sum of RGB (Red+Green+Blue) = 150+159+90=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #969F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969F5A is #6960A5. Grayscale: #949494. Windows color (decimal): -6906022 or 5939094. OLE color: 5939094.

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

Color convert

RGB15015990-
CMYK0.0600.430.38
HSL67.83º27.71%48.82%-
HSV(B)67.83º43.4%62.35%-
XYZ26.8232.0214.44-
YUV148.4495.02129.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=37.59%
G=39.85%
B=22.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159900.0600.430.3867.8327.7148.82
Hex969F5A602B26441c31
Octal2262371326053461043461
Binary100101101001111110110101100101011100110100010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969f5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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