#788C36

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

Shades of Wasabi #788C36

Tints of Wasabi #788C36

Color information

#788C36 (or 0x788C36) is unknown color: approx Wasabi. HEX triplet: 78, 8C and 36. RGB value is (120,140,54). Sum of RGB (Red+Green+Blue) = 120+140+54=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #788C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C36 is #8773C9. Grayscale: #7C7C7C. Windows color (decimal): -8877002 or 3574904. OLE color: 3574904.

HSL color Cylindrical-coordinate representation of color #788C36: hue angle of 73.95º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #788C36 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB12014054-
CMYK0.1400.610.45
HSL73.95º44.33%38.04%-
HSV(B)73.95º61.43%54.9%-
XYZ17.7923.026.99-
YUV124.2288.37124.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=38.22%
G=44.59%
B=17.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120140540.1400.610.4573.9544.3338.04
Hex788C36E03D2D4a2c26
Octal1702146616075551125446
Binary111100010001100110110111001111011011011001010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C36; }

 p { color: rgb(120,140,54); }

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

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

 a { background-color: rgb(120,140,54); }

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

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

 span { border-color: rgb(120,140,54); }

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