#74813E

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

Shades of Wasabi #74813E

Tints of Wasabi #74813E

Color information

#74813E (or 0x74813E) is unknown color: approx Wasabi. HEX triplet: 74, 81 and 3E. RGB value is (116,129,62). Sum of RGB (Red+Green+Blue) = 116+129+62=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #74813E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74813E is #8B7EC1. Grayscale: #757575. Windows color (decimal): -9141954 or 4096372. OLE color: 4096372.

HSL color Cylindrical-coordinate representation of color #74813E: hue angle of 71.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74813E is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB11612962-
CMYK0.1000.520.49
HSL71.64º35.08%37.45%-
HSV(B)71.64º51.94%50.59%-
XYZ15.9219.767.53-
YUV117.4896.69126.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=37.79%
G=42.02%
B=20.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129620.1000.520.4971.6435.0837.45
Hex74813EA03431482325
Octal1642017612064611104345
Binary111010010000001111110101001101001100011001000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74813E; }

 p { color: rgb(116,129,62); }

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

<style>
 a { background-color: #74813E; }

 a { background-color: rgb(116,129,62); }

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

<style>
 span { border-color: #74813E; }

 span { border-color: rgb(116,129,62); }

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