Shades of Sushi #78973C
Tints of Sushi #78973C
RGB
CMYK
RGB Variations
Color information
#78973C (or 0x78973C) is known color: Sushi. HEX triplet: 78, 97 and 3C. RGB value is (120,151,60). Sum of RGB (Red+Green+Blue) = 120+151+60=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #78973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78973C is #8768C3. Grayscale: #838383. Windows color (decimal): -8874180 or 3970936. OLE color: 3970936.
HSL color Cylindrical-coordinate representation of color #78973C: hue angle of 80.44º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78973C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 60 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.41 |
| HSL | 80.44º | 0.43% | 0.41% | - |
| HSV(B) | 80.44º | 0.6% | 0.59% | - |
| XYZ | 19.63 | 26.45 | 8.35 | - |
| YUV | 131.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 60 | 0.21 | 0 | 0.60 | 0.41 | 80.44 | 0.43 | 0.41 |
| Hex | 78 | 97 | 3C | 15 | 0 | 3C | 29 | 50 | 2B | 29 |
| Octal | 170 | 227 | 74 | 25 | 0 | 74 | 51 | 120 | 53 | 51 |
| Binary | 1111000 | 10010111 | 111100 | 10101 | 0 | 111100 | 101001 | 1010000 | 101011 | 101001 |
Color Harmonies of #78973C
Complementary color
Monochromatic Colors of #78973C
Black with #78973C
Text Example
Text Example
White with #78973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78973C; }
p { color: rgb(120,151,60); }
H1.HeaderClassName
{
color: #78973C;
}
.AnyTagClassName
{
color: #78973C;
}
</style>
background-color css
<style>
a { background-color: #78973C; }
a { background-color: rgb(120,151,60); }
div.DivClassName
{
background-color: #78973C;
}
.BgClassName
{
background-color: #78973C;
}
</style>
border-color css
<style>
span { border-color: #78973C; }
span { border-color: rgb(120,151,60); }
td.TdClassName
{
border-color: #78973C;
}
.TagClassName
{
border-color: #78973C;
}
</style>