#789628

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

Shades of Sushi #789628

Tints of Sushi #789628

Color information

#789628 (or 0x789628) is unknown color: approx Sushi. HEX triplet: 78, 96 and 28. RGB value is (120,150,40). Sum of RGB (Red+Green+Blue) = 120+150+40=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #789628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789628 is #8769D7. Grayscale: #808080. Windows color (decimal): -8874456 or 2659960. OLE color: 2659960.

HSL color Cylindrical-coordinate representation of color #789628: hue angle of 76.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #789628 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB12015040-
CMYK0.2000.730.41
HSL76.36º57.89%37.25%-
HSV(B)76.36º73.33%58.82%-
XYZ19.0425.966.01-
YUV128.4978.06121.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=38.71%
G=48.39%
B=12.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150400.2000.730.4176.3657.8937.25
Hex78962814049294c3a25
Octal17022650240111511147245
Binary11110001001011010100010100010010011010011001100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789628; }

 p { color: rgb(120,150,40); }

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

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

 a { background-color: rgb(120,150,40); }

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

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

 span { border-color: rgb(120,150,40); }

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