Shades of Sushi #799B3D
Tints of Sushi #799B3D
RGB
CMYK
RGB Variations
Color information
#799B3D (or 0x799B3D) is known color: Sushi. HEX triplet: 79, 9B and 3D. RGB value is (121,155,61). Sum of RGB (Red+Green+Blue) = 121+155+61=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #799B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B3D is #8664C2. Grayscale: #868686. Windows color (decimal): -8807619 or 4037497. OLE color: 4037497.
HSL color Cylindrical-coordinate representation of color #799B3D: hue angle of 81.7º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #799B3D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 61 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.39 |
| HSL | 81.7º | 0.44% | 0.42% | - |
| HSV(B) | 81.7º | 0.61% | 0.61% | - |
| XYZ | 20.45 | 27.84 | 8.71 | - |
| YUV | 134.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 61 | 0.22 | 0 | 0.61 | 0.39 | 81.7 | 0.44 | 0.42 |
| Hex | 79 | 9B | 3D | 16 | 0 | 3D | 27 | 52 | 2C | 2A |
| Octal | 171 | 233 | 75 | 26 | 0 | 75 | 47 | 122 | 54 | 52 |
| Binary | 1111001 | 10011011 | 111101 | 10110 | 0 | 111101 | 100111 | 1010010 | 101100 | 101010 |
Color Harmonies of #799B3D
Complementary color
Monochromatic Colors of #799B3D
Black with #799B3D
Text Example
Text Example
White with #799B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B3D; }
p { color: rgb(121,155,61); }
H1.HeaderClassName
{
color: #799B3D;
}
.AnyTagClassName
{
color: #799B3D;
}
</style>
background-color css
<style>
a { background-color: #799B3D; }
a { background-color: rgb(121,155,61); }
div.DivClassName
{
background-color: #799B3D;
}
.BgClassName
{
background-color: #799B3D;
}
</style>
border-color css
<style>
span { border-color: #799B3D; }
span { border-color: rgb(121,155,61); }
td.TdClassName
{
border-color: #799B3D;
}
.TagClassName
{
border-color: #799B3D;
}
</style>