#959F59

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

Shades of Green Smoke #959F59

Tints of Green Smoke #959F59

Color information

#959F59 (or 0x959F59) is unknown color: approx Green Smoke. HEX triplet: 95, 9F and 59. RGB value is (149,159,89). Sum of RGB (Red+Green+Blue) = 149+159+89=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #959F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F59 is #6A60A6. Grayscale: #949494. Windows color (decimal): -6971559 or 5873557. OLE color: 5873557.

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

Color convert

RGB14915989-
CMYK0.0600.440.38
HSL68.57º28.23%48.63%-
HSV(B)68.57º44.03%62.35%-
XYZ26.631.9114.21-
YUV148.0394.69128.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=37.53%
G=40.05%
B=22.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149159890.0600.440.3868.5728.2348.63
Hex959F59602C26451c31
Octal2252371316054461053461
Binary100101011001111110110011100101100100110100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959F59; }

 p { color: rgb(149,159,89); }

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

<style>
 a { background-color: #959F59; }

 a { background-color: rgb(149,159,89); }

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

<style>
 span { border-color: #959F59; }

 span { border-color: rgb(149,159,89); }

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