#8F9732

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

Shades of Wasabi #8F9732

Tints of Wasabi #8F9732

Color information

#8F9732 (or 0x8F9732) is unknown color: approx Wasabi. HEX triplet: 8F, 97 and 32. RGB value is (143,151,50). Sum of RGB (Red+Green+Blue) = 143+151+50=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9732 is #7068CD. Grayscale: #898989. Windows color (decimal): -7366862 or 3315599. OLE color: 3315599.

HSL color Cylindrical-coordinate representation of color #8F9732: hue angle of 64.75º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F9732 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB14315150-
CMYK0.0500.670.41
HSL64.75º50.25%39.41%-
HSV(B)64.75º66.89%59.22%-
XYZ22.9728.27.25-
YUV137.0978.85132.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.57%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=41.57%
G=43.90%
B=14.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143151500.0500.670.4164.7550.2539.41
Hex8F9732504329413227
Octal2172276250103511016247
Binary1000111110010111110010101010000111010011000001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,50); }

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

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

 a { background-color: rgb(143,151,50); }

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

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

 span { border-color: rgb(143,151,50); }

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