#71883B

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

Shades of Wasabi #71883B

Tints of Wasabi #71883B

Color information

#71883B (or 0x71883B) is unknown color: approx Wasabi. HEX triplet: 71, 88 and 3B. RGB value is (113,136,59). Sum of RGB (Red+Green+Blue) = 113+136+59=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #71883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71883B is #8E77C4. Grayscale: #787878. Windows color (decimal): -9336773 or 3901553. OLE color: 3901553.

HSL color Cylindrical-coordinate representation of color #71883B: hue angle of 77.92º degrees, saturation: 0.39, 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 #71883B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB11313659-
CMYK0.1700.570.47
HSL77.92º39.49%38.24%-
HSV(B)77.92º56.62%53.33%-
XYZ16.421.437.41-
YUV120.3493.38122.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=36.69%
G=44.16%
B=19.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136590.1700.570.4777.9239.4938.24
Hex71883B110392F4e2726
Octal1612107321071571164746
Binary1110001100010001110111000101110011011111001110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71883B; }

 p { color: rgb(113,136,59); }

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

<style>
 a { background-color: #71883B; }

 a { background-color: rgb(113,136,59); }

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

<style>
 span { border-color: #71883B; }

 span { border-color: rgb(113,136,59); }

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