#789248

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

Shades of Wasabi #789248

Tints of Wasabi #789248

Color information

#789248 (or 0x789248) is unknown color: approx Wasabi. HEX triplet: 78, 92 and 48. RGB value is (120,146,72). Sum of RGB (Red+Green+Blue) = 120+146+72=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #789248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789248 is #876DB7. Grayscale: #828282. Windows color (decimal): -8875448 or 4756088. OLE color: 4756088.

HSL color Cylindrical-coordinate representation of color #789248: hue angle of 81.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #789248 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB12014672-
CMYK0.1800.510.43
HSL81.08º33.94%42.75%-
HSV(B)81.08º50.68%57.25%-
XYZ19.1925.029.95-
YUV129.7995.39121.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 146 (57.42% from 255) = 43.20%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=35.50%
G=43.20%
B=21.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120146720.1800.510.4381.0833.9442.75
Hex789248120332B51222b
Octal17022211022063531214253
Binary11110001001001010010001001001100111010111010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789248; }

 p { color: rgb(120,146,72); }

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

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

 a { background-color: rgb(120,146,72); }

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

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

 span { border-color: rgb(120,146,72); }

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