Shades of Sushi #799C45
Tints of Sushi #799C45
RGB
CMYK
RGB Variations
Color information
#799C45 (or 0x799C45) is known color: Sushi. HEX triplet: 79, 9C and 45. RGB value is (121,156,69). Sum of RGB (Red+Green+Blue) = 121+156+69=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #799C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799C45 is #8663BA. Grayscale: #878787. Windows color (decimal): -8807355 or 4562041. OLE color: 4562041.
HSL color Cylindrical-coordinate representation of color #799C45: hue angle of 84.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #799C45 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 69 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.39 |
| HSL | 84.14º | 0.39% | 0.44% | - |
| HSV(B) | 84.14º | 0.56% | 0.61% | - |
| XYZ | 20.85 | 28.27 | 9.99 | - |
| YUV | 135.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 69 | 0.22 | 0 | 0.56 | 0.39 | 84.14 | 0.39 | 0.44 |
| Hex | 79 | 9C | 45 | 16 | 0 | 38 | 27 | 54 | 27 | 2C |
| Octal | 171 | 234 | 105 | 26 | 0 | 70 | 47 | 124 | 47 | 54 |
| Binary | 1111001 | 10011100 | 1000101 | 10110 | 0 | 111000 | 100111 | 1010100 | 100111 | 101100 |
Color Harmonies of #799C45
Complementary color
Monochromatic Colors of #799C45
Black with #799C45
Text Example
Text Example
White with #799C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C45; }
p { color: rgb(121,156,69); }
H1.HeaderClassName
{
color: #799C45;
}
.AnyTagClassName
{
color: #799C45;
}
</style>
background-color css
<style>
a { background-color: #799C45; }
a { background-color: rgb(121,156,69); }
div.DivClassName
{
background-color: #799C45;
}
.BgClassName
{
background-color: #799C45;
}
</style>
border-color css
<style>
span { border-color: #799C45; }
span { border-color: rgb(121,156,69); }
td.TdClassName
{
border-color: #799C45;
}
.TagClassName
{
border-color: #799C45;
}
</style>