Shades of Sushi #789927
Tints of Sushi #789927
RGB
CMYK
RGB Variations
Color information
#789927 (or 0x789927) is known color: Sushi. HEX triplet: 78, 99 and 27. RGB value is (120,153,39). Sum of RGB (Red+Green+Blue) = 120+153+39=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #789927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789927 is #8766D8. Grayscale: #828282. Windows color (decimal): -8873689 or 2595192. OLE color: 2595192.
HSL color Cylindrical-coordinate representation of color #789927: hue angle of 77.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #789927 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 39 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.4 |
| HSL | 77.37º | 0.59% | 0.38% | - |
| HSV(B) | 77.37º | 0.75% | 0.6% | - |
| XYZ | 19.5 | 26.92 | 6.09 | - |
| YUV | 130.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 39 | 0.22 | 0 | 0.75 | 0.4 | 77.37 | 0.59 | 0.38 |
| Hex | 78 | 99 | 27 | 16 | 0 | 4B | 28 | 4D | 3B | 26 |
| Octal | 170 | 231 | 47 | 26 | 0 | 113 | 50 | 115 | 73 | 46 |
| Binary | 1111000 | 10011001 | 100111 | 10110 | 0 | 1001011 | 101000 | 1001101 | 111011 | 100110 |
Color Harmonies of #789927
Complementary color
Monochromatic Colors of #789927
Black with #789927
Text Example
Text Example
White with #789927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789927; }
p { color: rgb(120,153,39); }
H1.HeaderClassName
{
color: #789927;
}
.AnyTagClassName
{
color: #789927;
}
</style>
background-color css
<style>
a { background-color: #789927; }
a { background-color: rgb(120,153,39); }
div.DivClassName
{
background-color: #789927;
}
.BgClassName
{
background-color: #789927;
}
</style>
border-color css
<style>
span { border-color: #789927; }
span { border-color: rgb(120,153,39); }
td.TdClassName
{
border-color: #789927;
}
.TagClassName
{
border-color: #789927;
}
</style>