#8F9850

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

Shades of Green Smoke #8F9850

Tints of Green Smoke #8F9850

Color information

#8F9850 (or 0x8F9850) is unknown color: approx Green Smoke. HEX triplet: 8F, 98 and 50. RGB value is (143,152,80). Sum of RGB (Red+Green+Blue) = 143+152+80=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9850 is #7067AF. Grayscale: #8D8D8D. Windows color (decimal): -7366576 or 5281935. OLE color: 5281935.

HSL color Cylindrical-coordinate representation of color #8F9850: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F9850 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB14315280-
CMYK0.0600.470.40
HSL67.5º31.03%45.49%-
HSV(B)67.5º47.37%59.61%-
XYZ2428.8811.9-
YUV141.193.52129.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=38.13%
G=40.53%
B=21.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152800.0600.470.4067.531.0345.49
Hex8F9850602F28441f2d
Octal2172301206057501043755
Binary100011111001100010100001100101111101000100010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F9850; }

 p { color: rgb(143,152,80); }

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

<style>
 a { background-color: #8F9850; }

 a { background-color: rgb(143,152,80); }

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

<style>
 span { border-color: #8F9850; }

 span { border-color: rgb(143,152,80); }

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