#74863F

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

Shades of Wasabi #74863F

Tints of Wasabi #74863F

Color information

#74863F (or 0x74863F) is unknown color: approx Wasabi. HEX triplet: 74, 86 and 3F. RGB value is (116,134,63). Sum of RGB (Red+Green+Blue) = 116+134+63=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #74863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74863F is #8B79C0. Grayscale: #787878. Windows color (decimal): -9140673 or 4163188. OLE color: 4163188.

HSL color Cylindrical-coordinate representation of color #74863F: hue angle of 75.21º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74863F is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11613463-
CMYK0.1300.530.47
HSL75.21º36.04%38.63%-
HSV(B)75.21º52.99%52.55%-
XYZ16.6221.127.9-
YUV120.5295.54124.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 63 (25% from 255) = 20.13%
R=37.06%
G=42.81%
B=20.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134630.1300.530.4775.2136.0438.63
Hex74863FD0352F4b2427
Octal1642067715065571134447
Binary111010010000110111111110101101011011111001011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74863F; }

 p { color: rgb(116,134,63); }

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

<style>
 a { background-color: #74863F; }

 a { background-color: rgb(116,134,63); }

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

<style>
 span { border-color: #74863F; }

 span { border-color: rgb(116,134,63); }

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