#8fa05c

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

Shades of Green Smoke #8FA05C

Tints of Green Smoke #8FA05C

Color information

#8FA05C (or 0x8FA05C) is unknown color: approx Green Smoke. HEX triplet: 8F, A0 and 5C. RGB value is (143,160,92). Sum of RGB (Red+Green+Blue) = 143+160+92=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA05C is #705FA3. Grayscale: #939393. Windows color (decimal): -7364516 or 6070415. OLE color: 6070415.

HSL color Cylindrical-coordinate representation of color #8FA05C: hue angle of 75º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA05C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB14316092-
CMYK0.1100.430.37
HSL75º26.98%49.41%-
HSV(B)75º42.5%62.75%-
XYZ25.8331.7514.89-
YUV147.1696.87125.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.20%
GREEN value IS 160 (62.89% from 255) = 40.51%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=36.20%
G=40.51%
B=23.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143160920.1100.430.377526.9849.41
Hex8FA05CB02B254b1b31
Octal21724013413053451133361
Binary1000111110100000101110010110101011100101100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa05c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,160,92); }

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

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

 a { background-color: rgb(143,160,92); }

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

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

 span { border-color: rgb(143,160,92); }

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