#969B55

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

Shades of Green Smoke #969B55

Tints of Green Smoke #969B55

Color information

#969B55 (or 0x969B55) is unknown color: approx Green Smoke. HEX triplet: 96, 9B and 55. RGB value is (150,155,85). Sum of RGB (Red+Green+Blue) = 150+155+85=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #969B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B55 is #6964AA. Grayscale: #919191. Windows color (decimal): -6907051 or 5610390. OLE color: 5610390.

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

Color convert

RGB15015585-
CMYK0.0300.450.39
HSL64.29º29.17%47.06%-
HSV(B)64.29º45.16%60.78%-
XYZ25.9430.5813.13-
YUV145.5293.84131.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 39.74%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=38.46%
G=39.74%
B=21.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155850.0300.450.3964.2929.1747.06
Hex969B55302D27401d2f
Octal2262331253055471003557
Binary10010110100110111010101110101101100111100000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,85); }

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

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

 a { background-color: rgb(150,155,85); }

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

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

 span { border-color: rgb(150,155,85); }

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