Shades of Sushi #78902C
Tints of Sushi #78902C
RGB
CMYK
RGB Variations
Color information
#78902C (or 0x78902C) is known color: Sushi. HEX triplet: 78, 90 and 2C. RGB value is (120,144,44). Sum of RGB (Red+Green+Blue) = 120+144+44=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #78902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78902C is #876FD3. Grayscale: #7D7D7D. Windows color (decimal): -8875988 or 2920568. OLE color: 2920568.
HSL color Cylindrical-coordinate representation of color #78902C: hue angle of 74.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78902C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 44 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.44 |
| HSL | 74.4º | 0.53% | 0.37% | - |
| HSV(B) | 74.4º | 0.69% | 0.56% | - |
| XYZ | 18.17 | 24.12 | 6.08 | - |
| YUV | 125.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 44 | 0.17 | 0 | 0.69 | 0.44 | 74.4 | 0.53 | 0.37 |
| Hex | 78 | 90 | 2C | 11 | 0 | 45 | 2C | 4A | 35 | 25 |
| Octal | 170 | 220 | 54 | 21 | 0 | 105 | 54 | 112 | 65 | 45 |
| Binary | 1111000 | 10010000 | 101100 | 10001 | 0 | 1000101 | 101100 | 1001010 | 110101 | 100101 |
Color Harmonies of #78902C
Complementary color
Monochromatic Colors of #78902C
Black with #78902C
Text Example
Text Example
White with #78902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78902C; }
p { color: rgb(120,144,44); }
H1.HeaderClassName
{
color: #78902C;
}
.AnyTagClassName
{
color: #78902C;
}
</style>
background-color css
<style>
a { background-color: #78902C; }
a { background-color: rgb(120,144,44); }
div.DivClassName
{
background-color: #78902C;
}
.BgClassName
{
background-color: #78902C;
}
</style>
border-color css
<style>
span { border-color: #78902C; }
span { border-color: rgb(120,144,44); }
td.TdClassName
{
border-color: #78902C;
}
.TagClassName
{
border-color: #78902C;
}
</style>