#8F9842

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

Shades of Wasabi #8F9842

Tints of Wasabi #8F9842

Color information

#8F9842 (or 0x8F9842) is unknown color: approx Wasabi. HEX triplet: 8F, 98 and 42. RGB value is (143,152,66). Sum of RGB (Red+Green+Blue) = 143+152+66=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9842 is #7067BD. Grayscale: #8B8B8B. Windows color (decimal): -7366590 or 4364431. OLE color: 4364431.

HSL color Cylindrical-coordinate representation of color #8F9842: hue angle of 66.28º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F9842 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB14315266-
CMYK0.0600.570.40
HSL66.28º39.45%42.75%-
HSV(B)66.28º56.58%59.61%-
XYZ23.5428.699.45-
YUV139.586.52130.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=39.61%
G=42.11%
B=18.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152660.0600.570.4066.2839.4542.75
Hex8F984260392842272b
Octal2172301026071501024753
Binary1000111110011000100001011001110011010001000010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,66); }

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

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

 a { background-color: rgb(143,152,66); }

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

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

 span { border-color: rgb(143,152,66); }

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