Shades of Sushi #799F33
Tints of Sushi #799F33
RGB
CMYK
RGB Variations
Color information
#799F33 (or 0x799F33) is known color: Sushi. HEX triplet: 79, 9F and 33. RGB value is (121,159,51). Sum of RGB (Red+Green+Blue) = 121+159+51=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #799F33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799F33 is #8660CC. Grayscale: #878787. Windows color (decimal): -8806605 or 3383161. OLE color: 3383161.
HSL color Cylindrical-coordinate representation of color #799F33: hue angle of 81.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #799F33 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 51 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.38 |
| HSL | 81.11º | 0.51% | 0.41% | - |
| HSV(B) | 81.11º | 0.68% | 0.62% | - |
| XYZ | 20.88 | 29.1 | 7.65 | - |
| YUV | 135.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 51 | 0.24 | 0 | 0.68 | 0.38 | 81.11 | 0.51 | 0.41 |
| Hex | 79 | 9F | 33 | 18 | 0 | 44 | 26 | 51 | 33 | 29 |
| Octal | 171 | 237 | 63 | 30 | 0 | 104 | 46 | 121 | 63 | 51 |
| Binary | 1111001 | 10011111 | 110011 | 11000 | 0 | 1000100 | 100110 | 1010001 | 110011 | 101001 |
Color Harmonies of #799F33
Complementary color
Monochromatic Colors of #799F33
Black with #799F33
Text Example
Text Example
White with #799F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F33; }
p { color: rgb(121,159,51); }
H1.HeaderClassName
{
color: #799F33;
}
.AnyTagClassName
{
color: #799F33;
}
</style>
background-color css
<style>
a { background-color: #799F33; }
a { background-color: rgb(121,159,51); }
div.DivClassName
{
background-color: #799F33;
}
.BgClassName
{
background-color: #799F33;
}
</style>
border-color css
<style>
span { border-color: #799F33; }
span { border-color: rgb(121,159,51); }
td.TdClassName
{
border-color: #799F33;
}
.TagClassName
{
border-color: #799F33;
}
</style>