#789928

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

Shades of Sushi #789928

Tints of Sushi #789928

Color information

#789928 (or 0x789928) is unknown color: approx Sushi. HEX triplet: 78, 99 and 28. RGB value is (120,153,40). Sum of RGB (Red+Green+Blue) = 120+153+40=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #789928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789928 is #8766D7. Grayscale: #828282. Windows color (decimal): -8873688 or 2660728. OLE color: 2660728.

HSL color Cylindrical-coordinate representation of color #789928: hue angle of 77.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #789928 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB12015340-
CMYK0.2200.740.4
HSL77.52º58.55%37.84%-
HSV(B)77.52º73.86%60%-
XYZ19.5226.936.18-
YUV130.2577.07120.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=38.34%
G=48.88%
B=12.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal120153400.2200.740.477.5258.5537.84
Hex7899281604A284e3b26
Octal17023150260112501167346
Binary11110001001100110100010110010010101010001001110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789928; }

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

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

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

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

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

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

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

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