Shades of Sushi #78A32B
Tints of Sushi #78A32B
RGB
CMYK
RGB Variations
Color information
#78A32B (or 0x78A32B) is known color: Sushi. HEX triplet: 78, A3 and 2B. RGB value is (120,163,43). Sum of RGB (Red+Green+Blue) = 120+163+43=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #78A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A32B is #875CD4. Grayscale: #888888. Windows color (decimal): -8871125 or 2859896. OLE color: 2859896.
HSL color Cylindrical-coordinate representation of color #78A32B: hue angle of 81.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78A32B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 43 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.36 |
| HSL | 81.5º | 0.58% | 0.4% | - |
| HSV(B) | 81.5º | 0.74% | 0.64% | - |
| XYZ | 21.28 | 30.36 | 7.02 | - |
| YUV | 136.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 43 | 0.26 | 0 | 0.74 | 0.36 | 81.5 | 0.58 | 0.4 |
| Hex | 78 | A3 | 2B | 1A | 0 | 4A | 24 | 52 | 3A | 28 |
| Octal | 170 | 243 | 53 | 32 | 0 | 112 | 44 | 122 | 72 | 50 |
| Binary | 1111000 | 10100011 | 101011 | 11010 | 0 | 1001010 | 100100 | 1010010 | 111010 | 101000 |
Color Harmonies of #78A32B
Complementary color
Monochromatic Colors of #78A32B
Black with #78A32B
Text Example
Text Example
White with #78A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A32B; }
p { color: rgb(120,163,43); }
H1.HeaderClassName
{
color: #78A32B;
}
.AnyTagClassName
{
color: #78A32B;
}
</style>
background-color css
<style>
a { background-color: #78A32B; }
a { background-color: rgb(120,163,43); }
div.DivClassName
{
background-color: #78A32B;
}
.BgClassName
{
background-color: #78A32B;
}
</style>
border-color css
<style>
span { border-color: #78A32B; }
span { border-color: rgb(120,163,43); }
td.TdClassName
{
border-color: #78A32B;
}
.TagClassName
{
border-color: #78A32B;
}
</style>