#788038

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

Shades of Wasabi #788038

Tints of Wasabi #788038

Color information

#788038 (or 0x788038) is unknown color: approx Wasabi. HEX triplet: 78, 80 and 38. RGB value is (120,128,56). Sum of RGB (Red+Green+Blue) = 120+128+56=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #788038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788038 is #877FC7. Grayscale: #757575. Windows color (decimal): -8880072 or 3702904. OLE color: 3702904.

HSL color Cylindrical-coordinate representation of color #788038: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #788038 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB12012856-
CMYK0.0600.560.50
HSL66.67º39.13%36.08%-
HSV(B)66.67º56.25%50.2%-
XYZ16.1819.726.69-
YUV117.493.35129.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=39.47%
G=42.11%
B=18.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128560.0600.560.5066.6739.1336.08
Hex788038603832432724
Octal170200706070621034744
Binary11110001000000011100011001110001100101000011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788038; }

 p { color: rgb(120,128,56); }

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

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

 a { background-color: rgb(120,128,56); }

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

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

 span { border-color: rgb(120,128,56); }

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