#789B2B

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

Shades of Sushi #789B2B

Tints of Sushi #789B2B

Color information

#789B2B (or 0x789B2B) is unknown color: approx Sushi. HEX triplet: 78, 9B and 2B. RGB value is (120,155,43). Sum of RGB (Red+Green+Blue) = 120+155+43=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #789B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789B2B is #8764D4. Grayscale: #848484. Windows color (decimal): -8873173 or 2857848. OLE color: 2857848.

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

Color convert

RGB12015543-
CMYK0.2300.720.39
HSL78.75º56.57%38.82%-
HSV(B)78.75º72.26%60.78%-
XYZ19.927.616.57-
YUV131.7777.9119.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 43 (17.19% from 255) = 13.52%
R=37.74%
G=48.74%
B=13.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120155430.2300.720.3978.7556.5738.82
Hex789B2B17048274f3927
Octal17023353270110471177147
Binary11110001001101110101110111010010001001111001111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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