Shades of Sushi #789434
Tints of Sushi #789434
RGB
CMYK
RGB Variations
Color information
#789434 (or 0x789434) is known color: Sushi. HEX triplet: 78, 94 and 34. RGB value is (120,148,52). Sum of RGB (Red+Green+Blue) = 120+148+52=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #789434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789434 is #876BCB. Grayscale: #818181. Windows color (decimal): -8874956 or 3445880. OLE color: 3445880.
HSL color Cylindrical-coordinate representation of color #789434: hue angle of 77.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #789434 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 52 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.42 |
| HSL | 77.5º | 0.48% | 0.39% | - |
| HSV(B) | 77.5º | 0.65% | 0.58% | - |
| XYZ | 18.96 | 25.42 | 7.16 | - |
| YUV | 128.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 52 | 0.19 | 0 | 0.65 | 0.42 | 77.5 | 0.48 | 0.39 |
| Hex | 78 | 94 | 34 | 13 | 0 | 41 | 2A | 4E | 30 | 27 |
| Octal | 170 | 224 | 64 | 23 | 0 | 101 | 52 | 116 | 60 | 47 |
| Binary | 1111000 | 10010100 | 110100 | 10011 | 0 | 1000001 | 101010 | 1001110 | 110000 | 100111 |
Color Harmonies of #789434
Complementary color
Monochromatic Colors of #789434
Black with #789434
Text Example
Text Example
White with #789434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789434; }
p { color: rgb(120,148,52); }
H1.HeaderClassName
{
color: #789434;
}
.AnyTagClassName
{
color: #789434;
}
</style>
background-color css
<style>
a { background-color: #789434; }
a { background-color: rgb(120,148,52); }
div.DivClassName
{
background-color: #789434;
}
.BgClassName
{
background-color: #789434;
}
</style>
border-color css
<style>
span { border-color: #789434; }
span { border-color: rgb(120,148,52); }
td.TdClassName
{
border-color: #789434;
}
.TagClassName
{
border-color: #789434;
}
</style>