Shades of Sushi #78A434
Tints of Sushi #78A434
RGB
CMYK
RGB Variations
Color information
#78A434 (or 0x78A434) is known color: Sushi. HEX triplet: 78, A4 and 34. RGB value is (120,164,52). Sum of RGB (Red+Green+Blue) = 120+164+52=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #78A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A434 is #875BCB. Grayscale: #8A8A8A. Windows color (decimal): -8870860 or 3449976. OLE color: 3449976.
HSL color Cylindrical-coordinate representation of color #78A434: hue angle of 83.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78A434 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 52 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.36 |
| HSL | 83.57º | 0.52% | 0.42% | - |
| HSV(B) | 83.57º | 0.68% | 0.64% | - |
| XYZ | 21.64 | 30.79 | 8.05 | - |
| YUV | 138.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 52 | 0.27 | 0 | 0.68 | 0.36 | 83.57 | 0.52 | 0.42 |
| Hex | 78 | A4 | 34 | 1B | 0 | 44 | 24 | 54 | 34 | 2A |
| Octal | 170 | 244 | 64 | 33 | 0 | 104 | 44 | 124 | 64 | 52 |
| Binary | 1111000 | 10100100 | 110100 | 11011 | 0 | 1000100 | 100100 | 1010100 | 110100 | 101010 |
Color Harmonies of #78A434
Complementary color
Monochromatic Colors of #78A434
Black with #78A434
Text Example
Text Example
White with #78A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A434; }
p { color: rgb(120,164,52); }
H1.HeaderClassName
{
color: #78A434;
}
.AnyTagClassName
{
color: #78A434;
}
</style>
background-color css
<style>
a { background-color: #78A434; }
a { background-color: rgb(120,164,52); }
div.DivClassName
{
background-color: #78A434;
}
.BgClassName
{
background-color: #78A434;
}
</style>
border-color css
<style>
span { border-color: #78A434; }
span { border-color: rgb(120,164,52); }
td.TdClassName
{
border-color: #78A434;
}
.TagClassName
{
border-color: #78A434;
}
</style>