#788B33

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

Shades of Wasabi #788B33

Tints of Wasabi #788B33

Color information

#788B33 (or 0x788B33) is unknown color: approx Wasabi. HEX triplet: 78, 8B and 33. RGB value is (120,139,51). Sum of RGB (Red+Green+Blue) = 120+139+51=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #788B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B33 is #8774CC. Grayscale: #7B7B7B. Windows color (decimal): -8877261 or 3378040. OLE color: 3378040.

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

Color convert

RGB12013951-
CMYK0.1400.630.45
HSL72.95º46.32%37.25%-
HSV(B)72.95º63.31%54.51%-
XYZ17.5822.76.59-
YUV123.2987.21125.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=38.71%
G=44.84%
B=16.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120139510.1400.630.4572.9546.3237.25
Hex788B33E03F2D492e25
Octal1702136316077551115645
Binary111100010001011110011111001111111011011001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,139,51); }

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

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

 a { background-color: rgb(120,139,51); }

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

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

 span { border-color: rgb(120,139,51); }

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