#8F9A35

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

Shades of Wasabi #8F9A35

Tints of Wasabi #8F9A35

Color information

#8F9A35 (or 0x8F9A35) is unknown color: approx Wasabi. HEX triplet: 8F, 9A and 35. RGB value is (143,154,53). Sum of RGB (Red+Green+Blue) = 143+154+53=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A35 is #7065CA. Grayscale: #8B8B8B. Windows color (decimal): -7366091 or 3512975. OLE color: 3512975.

HSL color Cylindrical-coordinate representation of color #8F9A35: hue angle of 66.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F9A35 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB14315453-
CMYK0.0700.660.40
HSL66.53º48.79%40.59%-
HSV(B)66.53º65.58%60.39%-
XYZ23.5329.217.77-
YUV139.279.36130.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=40.86%
G=44%
B=15.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143154530.0700.660.4066.5348.7940.59
Hex8F9A35704228433129
Octal2172326570102501036151
Binary1000111110011010110101111010000101010001000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,154,53); }

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

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

 a { background-color: rgb(143,154,53); }

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

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

 span { border-color: rgb(143,154,53); }

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