#789230

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

Shades of Sushi #789230

Tints of Sushi #789230

Color information

#789230 (or 0x789230) is unknown color: approx Sushi. HEX triplet: 78, 92 and 30. RGB value is (120,146,48). Sum of RGB (Red+Green+Blue) = 120+146+48=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #789230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789230 is #876DCF. Grayscale: #7F7F7F. Windows color (decimal): -8875472 or 3183224. OLE color: 3183224.

HSL color Cylindrical-coordinate representation of color #789230: hue angle of 75.92º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #789230 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB12014648-
CMYK0.1800.670.43
HSL75.92º50.52%38.04%-
HSV(B)75.92º67.12%57.25%-
XYZ18.5624.766.6-
YUV127.0583.39122.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=38.22%
G=46.50%
B=15.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120146480.1800.670.4375.9250.5238.04
Hex789230120432B4c3326
Octal17022260220103531146346
Binary11110001001001011000010010010000111010111001100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789230; }

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

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

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

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

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

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

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

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