#789528

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

Shades of Sushi #789528

Tints of Sushi #789528

Color information

#789528 (or 0x789528) is unknown color: approx Sushi. HEX triplet: 78, 95 and 28. RGB value is (120,149,40). Sum of RGB (Red+Green+Blue) = 120+149+40=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #789528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789528 is #876AD7. Grayscale: #808080. Windows color (decimal): -8874712 or 2659704. OLE color: 2659704.

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

Color convert

RGB12014940-
CMYK0.1900.730.42
HSL75.96º57.67%37.06%-
HSV(B)75.96º73.15%58.43%-
XYZ18.8825.645.96-
YUV127.978.39122.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=38.83%
G=48.22%
B=12.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120149400.1900.730.4275.9657.6737.06
Hex789528130492A4c3a25
Octal17022550230111521147245
Binary11110001001010110100010011010010011010101001100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789528; }

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

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

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

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

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

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

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

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