#788930

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

Shades of Wasabi #788930

Tints of Wasabi #788930

Color information

#788930 (or 0x788930) is unknown color: approx Wasabi. HEX triplet: 78, 89 and 30. RGB value is (120,137,48). Sum of RGB (Red+Green+Blue) = 120+137+48=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #788930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788930 is #8776CF. Grayscale: #7A7A7A. Windows color (decimal): -8877776 or 3180920. OLE color: 3180920.

HSL color Cylindrical-coordinate representation of color #788930: hue angle of 71.46º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #788930 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB12013748-
CMYK0.1200.650.46
HSL71.46º48.11%36.27%-
HSV(B)71.46º64.96%53.73%-
XYZ17.2222.16.15-
YUV121.7786.37126.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=39.34%
G=44.92%
B=15.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120137480.1200.650.4671.4648.1136.27
Hex788930C0412E473024
Octal17021160140101561076044
Binary1111000100010011100001100010000011011101000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788930; }

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

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

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

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

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

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

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

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