#788B30

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

Shades of Wasabi #788B30

Tints of Wasabi #788B30

Color information

#788B30 (or 0x788B30) is unknown color: approx Wasabi. HEX triplet: 78, 8B and 30. RGB value is (120,139,48). Sum of RGB (Red+Green+Blue) = 120+139+48=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #788B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B30 is #8774CF. Grayscale: #7B7B7B. Windows color (decimal): -8877264 or 3181432. OLE color: 3181432.

HSL color Cylindrical-coordinate representation of color #788B30: hue angle of 72.53º degrees, saturation: 0.49, 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 #788B30 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB12013948-
CMYK0.1400.650.45
HSL72.53º48.66%36.67%-
HSV(B)72.53º65.47%54.51%-
XYZ17.5122.676.25-
YUV122.9485.71125.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=39.09%
G=45.28%
B=15.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120139480.1400.650.4572.5348.6636.67
Hex788B30E0412D493125
Octal17021360160101551116145
Binary1111000100010111100001110010000011011011001001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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