Shades of Sushi #799A2B
Tints of Sushi #799A2B
RGB
CMYK
RGB Variations
Color information
#799A2B (or 0x799A2B) is known color: Sushi. HEX triplet: 79, 9A and 2B. RGB value is (121,154,43). Sum of RGB (Red+Green+Blue) = 121+154+43=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #799A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799A2B is #8665D4. Grayscale: #838383. Windows color (decimal): -8807893 or 2857593. OLE color: 2857593.
HSL color Cylindrical-coordinate representation of color #799A2B: hue angle of 77.84º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #799A2B is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 154 | 43 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.40 |
| HSL | 77.84º | 0.56% | 0.39% | - |
| HSV(B) | 77.84º | 0.72% | 0.6% | - |
| XYZ | 19.88 | 27.35 | 6.52 | - |
| YUV | 131.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 43 | 0.21 | 0 | 0.72 | 0.40 | 77.84 | 0.56 | 0.39 |
| Hex | 79 | 9A | 2B | 15 | 0 | 48 | 28 | 4E | 38 | 27 |
| Octal | 171 | 232 | 53 | 25 | 0 | 110 | 50 | 116 | 70 | 47 |
| Binary | 1111001 | 10011010 | 101011 | 10101 | 0 | 1001000 | 101000 | 1001110 | 111000 | 100111 |
Color Harmonies of #799A2B
Complementary color
Monochromatic Colors of #799A2B
Black with #799A2B
Text Example
Text Example
White with #799A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799A2B; }
p { color: rgb(121,154,43); }
H1.HeaderClassName
{
color: #799A2B;
}
.AnyTagClassName
{
color: #799A2B;
}
</style>
background-color css
<style>
a { background-color: #799A2B; }
a { background-color: rgb(121,154,43); }
div.DivClassName
{
background-color: #799A2B;
}
.BgClassName
{
background-color: #799A2B;
}
</style>
border-color css
<style>
span { border-color: #799A2B; }
span { border-color: rgb(121,154,43); }
td.TdClassName
{
border-color: #799A2B;
}
.TagClassName
{
border-color: #799A2B;
}
</style>