#81914D

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

Shades of Wasabi #81914D

Tints of Wasabi #81914D

Color information

#81914D (or 0x81914D) is unknown color: approx Wasabi. HEX triplet: 81, 91 and 4D. RGB value is (129,145,77). Sum of RGB (Red+Green+Blue) = 129+145+77=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #81914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81914D is #7E6EB2. Grayscale: #848484. Windows color (decimal): -8285875 or 5083521. OLE color: 5083521.

HSL color Cylindrical-coordinate representation of color #81914D: hue angle of 74.12º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81914D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB12914577-
CMYK0.1100.470.43
HSL74.12º30.63%43.53%-
HSV(B)74.12º46.9%56.86%-
XYZ20.5225.4510.85-
YUV132.4696.7125.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=36.75%
G=41.31%
B=21.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129145770.1100.470.4374.1230.6343.53
Hex81914DB02F2B4a1f2c
Octal20122111513057531123754
Binary1000000110010001100110110110101111101011100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,145,77); }

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

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

 a { background-color: rgb(129,145,77); }

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

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

 span { border-color: rgb(129,145,77); }

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