#818c4f

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

Shades of Wasabi #818C4F

Tints of Wasabi #818C4F

Color information

#818C4F (or 0x818C4F) is unknown color: approx Wasabi. HEX triplet: 81, 8C and 4F. RGB value is (129,140,79). Sum of RGB (Red+Green+Blue) = 129+140+79=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #818C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C4F is #7E73B0. Grayscale: #818181. Windows color (decimal): -8287153 or 5213313. OLE color: 5213313.

HSL color Cylindrical-coordinate representation of color #818C4F: hue angle of 70.82º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818C4F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB12914079-
CMYK0.0800.440.45
HSL70.82º27.85%42.94%-
HSV(B)70.82º43.57%54.9%-
XYZ19.8423.9910.98-
YUV129.7699.36127.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=37.07%
G=40.23%
B=22.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129140790.0800.440.4570.8227.8542.94
Hex818C4F802C2D471c2b
Octal20121411710054551073453
Binary1000000110001100100111110000101100101101100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,79); }

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

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

 a { background-color: rgb(129,140,79); }

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

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

 span { border-color: rgb(129,140,79); }

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