#789E2D

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

Shades of Sushi #789E2D

Tints of Sushi #789E2D

Color information

#789E2D (or 0x789E2D) is unknown color: approx Sushi. HEX triplet: 78, 9E and 2D. RGB value is (120,158,45). Sum of RGB (Red+Green+Blue) = 120+158+45=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 158 - color contains mainly: green. Hex color #789E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789E2D is #8761D2. Grayscale: #868686. Windows color (decimal): -8872403 or 2989688. OLE color: 2989688.

HSL color Cylindrical-coordinate representation of color #789E2D: hue angle of 80.18º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #789E2D is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB12015845-
CMYK0.2400.720.38
HSL80.18º55.67%39.8%-
HSV(B)80.18º71.52%61.96%-
XYZ20.4528.646.93-
YUV133.7677.91118.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=37.15%
G=48.92%
B=13.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120158450.2400.720.3880.1855.6739.8
Hex789E2D1804826503828
Octal17023655300110461207050
Binary11110001001111010110111000010010001001101010000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,158,45); }

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

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

 a { background-color: rgb(120,158,45); }

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

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

 span { border-color: rgb(120,158,45); }

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