#81993D

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

Shades of Wasabi #81993D

Tints of Wasabi #81993D

Color information

#81993D (or 0x81993D) is unknown color: approx Wasabi. HEX triplet: 81, 99 and 3D. RGB value is (129,153,61). Sum of RGB (Red+Green+Blue) = 129+153+61=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #81993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81993D is #7E66C2. Grayscale: #878787. Windows color (decimal): -8283843 or 4036993. OLE color: 4036993.

HSL color Cylindrical-coordinate representation of color #81993D: hue angle of 75.65º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81993D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB12915361-
CMYK0.1600.600.4
HSL75.65º42.99%41.96%-
HSV(B)75.65º60.13%60%-
XYZ21.2927.798.66-
YUV135.3486.05123.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=37.61%
G=44.61%
B=17.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129153610.1600.600.475.6542.9941.96
Hex81993D1003C284c2b2a
Octal2012317520074501145352
Binary10000001100110011111011000001111001010001001100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,153,61); }

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

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

 a { background-color: rgb(129,153,61); }

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

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

 span { border-color: rgb(129,153,61); }

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