#78903A

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

Shades of Wasabi #78903A

Tints of Wasabi #78903A

Color information

#78903A (or 0x78903A) is unknown color: approx Wasabi. HEX triplet: 78, 90 and 3A. RGB value is (120,144,58). Sum of RGB (Red+Green+Blue) = 120+144+58=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #78903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78903A is #876FC5. Grayscale: #7F7F7F. Windows color (decimal): -8875974 or 3838072. OLE color: 3838072.

HSL color Cylindrical-coordinate representation of color #78903A: hue angle of 76.74º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78903A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB12014458-
CMYK0.1700.600.44
HSL76.74º42.57%39.61%-
HSV(B)76.74º59.72%56.47%-
XYZ18.4824.257.71-
YUV127.0289.05122.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 58 (23.05% from 255) = 18.01%
R=37.27%
G=44.72%
B=18.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120144580.1700.600.4476.7442.5739.61
Hex78903A1103C2C4d2b28
Octal1702207221074541155350
Binary1111000100100001110101000101111001011001001101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78903A; }

 p { color: rgb(120,144,58); }

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

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

 a { background-color: rgb(120,144,58); }

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

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

 span { border-color: rgb(120,144,58); }

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