#788D32

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

Shades of Wasabi #788D32

Tints of Wasabi #788D32

Color information

#788D32 (or 0x788D32) is unknown color: approx Wasabi. HEX triplet: 78, 8D and 32. RGB value is (120,141,50). Sum of RGB (Red+Green+Blue) = 120+141+50=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #788D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788D32 is #8772CD. Grayscale: #7C7C7C. Windows color (decimal): -8876750 or 3313016. OLE color: 3313016.

HSL color Cylindrical-coordinate representation of color #788D32: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788D32 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12014150-
CMYK0.1500.650.45
HSL73.85º47.64%37.45%-
HSV(B)73.85º64.54%55.29%-
XYZ17.8523.276.57-
YUV124.3586.04124.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=38.59%
G=45.34%
B=16.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120141500.1500.650.4573.8547.6437.45
Hex788D32F0412D4a3025
Octal17021562170101551126045
Binary1111000100011011100101111010000011011011001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,50); }

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

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

 a { background-color: rgb(120,141,50); }

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

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

 span { border-color: rgb(120,141,50); }

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