Shades of Sushi #79993C
Tints of Sushi #79993C
RGB
CMYK
RGB Variations
Color information
#79993C (or 0x79993C) is known color: Sushi. HEX triplet: 79, 99 and 3C. RGB value is (121,153,60). Sum of RGB (Red+Green+Blue) = 121+153+60=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #79993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79993C is #8666C3. Grayscale: #858585. Windows color (decimal): -8808132 or 3971449. OLE color: 3971449.
HSL color Cylindrical-coordinate representation of color #79993C: hue angle of 80.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79993C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 60 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.4 |
| HSL | 80.65º | 0.44% | 0.42% | - |
| HSV(B) | 80.65º | 0.61% | 0.6% | - |
| XYZ | 20.09 | 27.17 | 8.46 | - |
| YUV | 132.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 60 | 0.21 | 0 | 0.61 | 0.4 | 80.65 | 0.44 | 0.42 |
| Hex | 79 | 99 | 3C | 15 | 0 | 3D | 28 | 51 | 2C | 2A |
| Octal | 171 | 231 | 74 | 25 | 0 | 75 | 50 | 121 | 54 | 52 |
| Binary | 1111001 | 10011001 | 111100 | 10101 | 0 | 111101 | 101000 | 1010001 | 101100 | 101010 |
Color Harmonies of #79993C
Complementary color
Monochromatic Colors of #79993C
Black with #79993C
Text Example
Text Example
White with #79993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79993C; }
p { color: rgb(121,153,60); }
H1.HeaderClassName
{
color: #79993C;
}
.AnyTagClassName
{
color: #79993C;
}
</style>
background-color css
<style>
a { background-color: #79993C; }
a { background-color: rgb(121,153,60); }
div.DivClassName
{
background-color: #79993C;
}
.BgClassName
{
background-color: #79993C;
}
</style>
border-color css
<style>
span { border-color: #79993C; }
span { border-color: rgb(121,153,60); }
td.TdClassName
{
border-color: #79993C;
}
.TagClassName
{
border-color: #79993C;
}
</style>