Shades of Sushi #799C34
Tints of Sushi #799C34
RGB
CMYK
RGB Variations
Color information
#799C34 (or 0x799C34) is known color: Sushi. HEX triplet: 79, 9C and 34. RGB value is (121,156,52). Sum of RGB (Red+Green+Blue) = 121+156+52=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #799C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799C34 is #8663CB. Grayscale: #868686. Windows color (decimal): -8807372 or 3447929. OLE color: 3447929.
HSL color Cylindrical-coordinate representation of color #799C34: hue angle of 80.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #799C34 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 52 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.39 |
| HSL | 80.19º | 0.5% | 0.41% | - |
| HSV(B) | 80.19º | 0.67% | 0.61% | - |
| XYZ | 20.39 | 28.09 | 7.6 | - |
| YUV | 133.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 52 | 0.22 | 0 | 0.67 | 0.39 | 80.19 | 0.5 | 0.41 |
| Hex | 79 | 9C | 34 | 16 | 0 | 43 | 27 | 50 | 32 | 29 |
| Octal | 171 | 234 | 64 | 26 | 0 | 103 | 47 | 120 | 62 | 51 |
| Binary | 1111001 | 10011100 | 110100 | 10110 | 0 | 1000011 | 100111 | 1010000 | 110010 | 101001 |
Color Harmonies of #799C34
Complementary color
Monochromatic Colors of #799C34
Black with #799C34
Text Example
Text Example
White with #799C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C34; }
p { color: rgb(121,156,52); }
H1.HeaderClassName
{
color: #799C34;
}
.AnyTagClassName
{
color: #799C34;
}
</style>
background-color css
<style>
a { background-color: #799C34; }
a { background-color: rgb(121,156,52); }
div.DivClassName
{
background-color: #799C34;
}
.BgClassName
{
background-color: #799C34;
}
</style>
border-color css
<style>
span { border-color: #799C34; }
span { border-color: rgb(121,156,52); }
td.TdClassName
{
border-color: #799C34;
}
.TagClassName
{
border-color: #799C34;
}
</style>