#8C9955

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

Shades of Green Smoke #8C9955

Tints of Green Smoke #8C9955

Color information

#8C9955 (or 0x8C9955) is unknown color: approx Green Smoke. HEX triplet: 8C, 99 and 55. RGB value is (140,153,85). Sum of RGB (Red+Green+Blue) = 140+153+85=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9955 is #7366AA. Grayscale: #8D8D8D. Windows color (decimal): -7562923 or 5609868. OLE color: 5609868.

HSL color Cylindrical-coordinate representation of color #8C9955: hue angle of 71.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9955 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB14015385-
CMYK0.0800.440.4
HSL71.47º28.57%46.67%-
HSV(B)71.47º44.44%60%-
XYZ23.8529.0112.94-
YUV141.3696.19127.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=37.04%
G=40.48%
B=22.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153850.0800.440.471.4728.5746.67
Hex8C9955802C28471d2f
Octal21423112510054501073557
Binary1000110010011001101010110000101100101000100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,85); }

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

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

 a { background-color: rgb(140,153,85); }

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

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

 span { border-color: rgb(140,153,85); }

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