#71873A

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

Shades of Wasabi #71873A

Tints of Wasabi #71873A

Color information

#71873A (or 0x71873A) is unknown color: approx Wasabi. HEX triplet: 71, 87 and 3A. RGB value is (113,135,58). Sum of RGB (Red+Green+Blue) = 113+135+58=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #71873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71873A is #8E78C5. Grayscale: #777777. Windows color (decimal): -9337030 or 3835761. OLE color: 3835761.

HSL color Cylindrical-coordinate representation of color #71873A: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71873A is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB11313558-
CMYK0.1600.570.47
HSL77.14º39.9%37.84%-
HSV(B)77.14º57.04%52.94%-
XYZ16.2421.147.23-
YUV119.6493.21123.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=36.93%
G=44.12%
B=18.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135580.1600.570.4777.1439.937.84
Hex71873A100392F4d2826
Octal1612077220071571155046
Binary1110001100001111110101000001110011011111001101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71873A; }

 p { color: rgb(113,135,58); }

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

<style>
 a { background-color: #71873A; }

 a { background-color: rgb(113,135,58); }

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

<style>
 span { border-color: #71873A; }

 span { border-color: rgb(113,135,58); }

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