#78813B

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

Shades of Wasabi #78813B

Tints of Wasabi #78813B

Color information

#78813B (or 0x78813B) is unknown color: approx Wasabi. HEX triplet: 78, 81 and 3B. RGB value is (120,129,59). Sum of RGB (Red+Green+Blue) = 120+129+59=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #78813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78813B is #877EC4. Grayscale: #767676. Windows color (decimal): -8879813 or 3899768. OLE color: 3899768.

HSL color Cylindrical-coordinate representation of color #78813B: hue angle of 67.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78813B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB12012959-
CMYK0.0700.540.49
HSL67.71º37.23%36.86%-
HSV(B)67.71º54.26%50.59%-
XYZ16.3920.017.14-
YUV118.3394.52129.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 59 (23.44% from 255) = 19.16%
R=38.96%
G=41.88%
B=19.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129590.0700.540.4967.7137.2336.86
Hex78813B703631442525
Octal170201737066611044545
Binary11110001000000111101111101101101100011000100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,129,59); }

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

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

 a { background-color: rgb(120,129,59); }

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

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

 span { border-color: rgb(120,129,59); }

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