#818F2F

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

Shades of Wasabi #818F2F

Tints of Wasabi #818F2F

Color information

#818F2F (or 0x818F2F) is unknown color: approx Wasabi. HEX triplet: 81, 8F and 2F. RGB value is (129,143,47). Sum of RGB (Red+Green+Blue) = 129+143+47=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #818F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818F2F is #7E70D0. Grayscale: #808080. Windows color (decimal): -8286417 or 3116929. OLE color: 3116929.

HSL color Cylindrical-coordinate representation of color #818F2F: hue angle of 68.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #818F2F is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB12914347-
CMYK0.1000.670.44
HSL68.75º50.53%37.25%-
HSV(B)68.75º67.13%56.08%-
XYZ19.3924.526.4-
YUV127.8782.36128.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=40.44%
G=44.83%
B=14.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129143470.1000.670.4468.7550.5337.25
Hex818F2FA0432C453325
Octal20121757120103541056345
Binary10000001100011111011111010010000111011001000101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F2F; }

 p { color: rgb(129,143,47); }

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

<style>
 a { background-color: #818F2F; }

 a { background-color: rgb(129,143,47); }

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

<style>
 span { border-color: #818F2F; }

 span { border-color: rgb(129,143,47); }

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