#789A41

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

Shades of Sushi #789A41

Tints of Sushi #789A41

Color information

#789A41 (or 0x789A41) is unknown color: approx Sushi. HEX triplet: 78, 9A and 41. RGB value is (120,154,65). Sum of RGB (Red+Green+Blue) = 120+154+65=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #789A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A41 is #8765BE. Grayscale: #868686. Windows color (decimal): -8873407 or 4299384. OLE color: 4299384.

HSL color Cylindrical-coordinate representation of color #789A41: hue angle of 82.92º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #789A41 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB12015465-
CMYK0.2200.580.40
HSL82.92º40.64%42.94%-
HSV(B)82.92º57.79%60.39%-
XYZ20.2627.499.24-
YUV133.6989.24118.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=35.40%
G=45.43%
B=19.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120154650.2200.580.4082.9240.6442.94
Hex789A411603A2853292b
Octal17023210126072501235153
Binary11110001001101010000011011001110101010001010011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789A41; }

 p { color: rgb(120,154,65); }

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

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

 a { background-color: rgb(120,154,65); }

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

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

 span { border-color: rgb(120,154,65); }

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