#789A1F

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

Shades of Sushi #789A1F

Tints of Sushi #789A1F

Color information

#789A1F (or 0x789A1F) is unknown color: approx Sushi. HEX triplet: 78, 9A and 1F. RGB value is (120,154,31). Sum of RGB (Red+Green+Blue) = 120+154+31=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #789A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A1F is #8765E0. Grayscale: #828282. Windows color (decimal): -8873441 or 2071160. OLE color: 2071160.

HSL color Cylindrical-coordinate representation of color #789A1F: hue angle of 76.59º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #789A1F is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB12015431-
CMYK0.2200.800.40
HSL76.59º66.49%36.27%-
HSV(B)76.59º79.87%60.39%-
XYZ19.5527.25.52-
YUV129.8172.24121-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=39.34%
G=50.49%
B=10.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal120154310.2200.800.4076.5966.4936.27
Hex789A1F16050284d4224
Octal170232372601205011510244
Binary11110001001101011111101100101000010100010011011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789A1F; }

 p { color: rgb(120,154,31); }

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

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

 a { background-color: rgb(120,154,31); }

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

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

 span { border-color: rgb(120,154,31); }

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