#81962D

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

Shades of Wasabi #81962D

Tints of Wasabi #81962D

Color information

#81962D (or 0x81962D) is unknown color: approx Wasabi. HEX triplet: 81, 96 and 2D. RGB value is (129,150,45). Sum of RGB (Red+Green+Blue) = 129+150+45=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #81962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81962D is #7E69D2. Grayscale: #848484. Windows color (decimal): -8284627 or 2987649. OLE color: 2987649.

HSL color Cylindrical-coordinate representation of color #81962D: hue angle of 72º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81962D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB12915045-
CMYK0.1400.700.41
HSL72º53.85%38.24%-
HSV(B)72º70%58.82%-
XYZ20.4326.676.55-
YUV131.7579.04126.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=39.81%
G=46.30%
B=13.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129150450.1400.700.417253.8538.24
Hex81962DE04629483626
Octal20122655160106511106646
Binary10000001100101101011011110010001101010011001000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81962D; }

 p { color: rgb(129,150,45); }

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

<style>
 a { background-color: #81962D; }

 a { background-color: rgb(129,150,45); }

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

<style>
 span { border-color: #81962D; }

 span { border-color: rgb(129,150,45); }

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