#789B30

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

Shades of Sushi #789B30

Tints of Sushi #789B30

Color information

#789B30 (or 0x789B30) is unknown color: approx Sushi. HEX triplet: 78, 9B and 30. RGB value is (120,155,48). Sum of RGB (Red+Green+Blue) = 120+155+48=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #789B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789B30 is #8764CF. Grayscale: #848484. Windows color (decimal): -8873168 or 3185528. OLE color: 3185528.

HSL color Cylindrical-coordinate representation of color #789B30: hue angle of 79.63º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #789B30 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB12015548-
CMYK0.2300.690.39
HSL79.63º52.71%39.8%-
HSV(B)79.63º69.03%60.78%-
XYZ2027.657.08-
YUV132.3480.4119.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=37.15%
G=47.99%
B=14.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120155480.2300.690.3979.6352.7139.8
Hex789B301704527503528
Octal17023360270105471206550
Binary11110001001101111000010111010001011001111010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,155,48); }

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

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

 a { background-color: rgb(120,155,48); }

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

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

 span { border-color: rgb(120,155,48); }

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