Html Css Color HEX #8F9850 Green Smoke

📋 copy color: '#8F9850'

red 143 ◦ green 152 ◦ blue 80

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

Shades of Green Smoke #8F9850

Tints of Green Smoke #8F9850

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 value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#8F9850 (or 0x8F9850) is known color: 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

RGB 143 152 80 -
CMYK 0.06 0 0.47 0.40
HSL 67.5º 0.31% 0.45% -
HSV(B) 67.5º 0.47% 0.6% -
XYZ 24 28.88 11.9 -
YUV 141.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 143 152 80 0.06 0 0.47 0.40 67.5 0.31 0.45
Hex 8F 98 50 6 0 2F 28 44 1F 2D
Octal 217 230 120 6 0 57 50 104 37 55
Binary 10001111 10011000 1010000 110 0 101111 101000 1000100 11111 101101

Color Harmonies of #8F9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9850

Black with #8F9850

Text Example


Text Example

White with #8F9850

Text Example


Text Example

HTML Codes & Css Web 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>