#8F9082

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

Shades of Jumbo #8F9082

Tints of Jumbo #8F9082

Color information

#8F9082 (or 0x8F9082) is unknown color: approx Jumbo. HEX triplet: 8F, 90 and 82. RGB value is (143,144,130). Sum of RGB (Red+Green+Blue) = 143+144+130=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9082 is #706F7D. Grayscale: #8E8E8E. Windows color (decimal): -7368574 or 8556687. OLE color: 8556687.

HSL color Cylindrical-coordinate representation of color #8F9082: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9082 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB143144130-
CMYK0.0100.100.44
HSL64.29º5.93%53.73%-
HSV(B)64.29º9.72%56.47%-
XYZ25.3327.425.07-
YUV142.1121.17128.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=34.29%
G=34.53%
B=31.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431441300.0100.100.4464.295.9353.73
Hex8F908210A2C40636
Octal217220202101254100666
Binary1000111110010000100000101010101011001000000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,144,130); }

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

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

 a { background-color: rgb(143,144,130); }

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

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

 span { border-color: rgb(143,144,130); }

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