#789428

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

Shades of Sushi #789428

Tints of Sushi #789428

Color information

#789428 (or 0x789428) is unknown color: approx Sushi. HEX triplet: 78, 94 and 28. RGB value is (120,148,40). Sum of RGB (Red+Green+Blue) = 120+148+40=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #789428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789428 is #876BD7. Grayscale: #7F7F7F. Windows color (decimal): -8874968 or 2659448. OLE color: 2659448.

HSL color Cylindrical-coordinate representation of color #789428: hue angle of 75.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #789428 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB12014840-
CMYK0.1900.730.42
HSL75.56º57.45%36.86%-
HSV(B)75.56º72.97%58.04%-
XYZ18.7225.335.91-
YUV127.3278.72122.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 148 (58.20% from 255) = 48.05%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=38.96%
G=48.05%
B=12.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148400.1900.730.4275.5657.4536.86
Hex789428130492A4c3925
Octal17022450230111521147145
Binary11110001001010010100010011010010011010101001100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789428; }

 p { color: rgb(120,148,40); }

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

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

 a { background-color: rgb(120,148,40); }

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

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

 span { border-color: rgb(120,148,40); }

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