#789429

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

Shades of Sushi #789429

Tints of Sushi #789429

Color information

#789429 (or 0x789429) is unknown color: approx Sushi. HEX triplet: 78, 94 and 29. RGB value is (120,148,41). Sum of RGB (Red+Green+Blue) = 120+148+41=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #789429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789429 is #876BD6. Grayscale: #7F7F7F. Windows color (decimal): -8874967 or 2724984. OLE color: 2724984.

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

Color convert

RGB12014841-
CMYK0.1900.720.42
HSL75.7º56.61%37.06%-
HSV(B)75.7º72.3%58.04%-
XYZ18.7425.336-
YUV127.4379.22122.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=38.83%
G=47.90%
B=13.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148410.1900.720.4275.756.6137.06
Hex789429130482A4c3925
Octal17022451230110521147145
Binary11110001001010010100110011010010001010101001100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789429; }

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

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

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

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

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

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

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

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