Html Css Color HEX #8F9955 Green Smoke

📋 copy color: '#8F9955'

red 143 ◦ green 153 ◦ blue 85

#8F9955
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #8F9955

Tints of Green Smoke #8F9955

RGB

 RED value IS 143 (56.25% from 255) = 37.53%

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 37.53%
G = 40.16%
B = 22.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#8F9955 (or 0x8F9955) is known color: Green Smoke. HEX triplet: 8F, 99 and 55. RGB value is (143,153,85). Sum of RGB (Red+Green+Blue) = 143+153+85=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9955 is #7066AA. Grayscale: #8E8E8E. Windows color (decimal): -7366315 or 5609871. OLE color: 5609871.

HSL color Cylindrical-coordinate representation of color #8F9955: hue angle of 68.82º 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 #8F9955 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 85 -
CMYK 0.07 0 0.44 0.4
HSL 68.82º 0.29% 0.47% -
HSV(B) 68.82º 0.44% 0.6% -
XYZ 24.36 29.28 12.96 -
YUV 142.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 143 153 85 0.07 0 0.44 0.4 68.82 0.29 0.47
Hex 8F 99 55 7 0 2C 28 45 1D 2F
Octal 217 231 125 7 0 54 50 105 35 57
Binary 10001111 10011001 1010101 111 0 101100 101000 1000101 11101 101111

Color Harmonies of #8F9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9955

Black with #8F9955

Text Example


Text Example

White with #8F9955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F9955;
 }
 .AnyTagClassName
 {
   color: #8F9955;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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