#789530

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

Shades of Sushi #789530

Tints of Sushi #789530

Color information

#789530 (or 0x789530) is unknown color: approx Sushi. HEX triplet: 78, 95 and 30. RGB value is (120,149,48). Sum of RGB (Red+Green+Blue) = 120+149+48=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #789530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789530 is #876ACF. Grayscale: #818181. Windows color (decimal): -8874704 or 3183992. OLE color: 3183992.

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

Color convert

RGB12014948-
CMYK0.1900.680.42
HSL77.23º51.27%38.63%-
HSV(B)77.23º67.79%58.43%-
XYZ19.0325.76.75-
YUV128.8282.39121.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=37.85%
G=47.00%
B=15.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120149480.1900.680.4277.2351.2738.63
Hex789530130442A4d3327
Octal17022560230104521156347
Binary11110001001010111000010011010001001010101001101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789530; }

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

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

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

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

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

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

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

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