#789532

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

Shades of Sushi #789532

Tints of Sushi #789532

Color information

#789532 (or 0x789532) is unknown color: approx Sushi. HEX triplet: 78, 95 and 32. RGB value is (120,149,50). Sum of RGB (Red+Green+Blue) = 120+149+50=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #789532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789532 is #876ACD. Grayscale: #818181. Windows color (decimal): -8874702 or 3315064. OLE color: 3315064.

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

Color convert

RGB12014950-
CMYK0.1900.660.42
HSL77.58º49.75%39.02%-
HSV(B)77.58º66.44%58.43%-
XYZ19.0725.726.98-
YUV129.0483.39121.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=37.62%
G=46.71%
B=15.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120149500.1900.660.4277.5849.7539.02
Hex789532130422A4e3227
Octal17022562230102521166247
Binary11110001001010111001010011010000101010101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789532; }

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

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

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

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

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

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

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

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