Shades of Sushi #809D3A
Tints of Sushi #809D3A
RGB
CMYK
RGB Variations
Color information
#809D3A (or 0x809D3A) is known color: Sushi. HEX triplet: 80, 9D and 3A. RGB value is (128,157,58). Sum of RGB (Red+Green+Blue) = 128+157+58=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #809D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D3A is #7F62C5. Grayscale: #898989. Windows color (decimal): -8348358 or 3841408. OLE color: 3841408.
HSL color Cylindrical-coordinate representation of color #809D3A: hue angle of 77.58º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #809D3A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 58 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.38 |
| HSL | 77.58º | 0.46% | 0.42% | - |
| HSV(B) | 77.58º | 0.63% | 0.62% | - |
| XYZ | 21.72 | 29.01 | 8.46 | - |
| YUV | 137.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 58 | 0.18 | 0 | 0.63 | 0.38 | 77.58 | 0.46 | 0.42 |
| Hex | 80 | 9D | 3A | 12 | 0 | 3F | 26 | 4E | 2E | 2A |
| Octal | 200 | 235 | 72 | 22 | 0 | 77 | 46 | 116 | 56 | 52 |
| Binary | 10000000 | 10011101 | 111010 | 10010 | 0 | 111111 | 100110 | 1001110 | 101110 | 101010 |
Color Harmonies of #809D3A
Complementary color
Monochromatic Colors of #809D3A
Black with #809D3A
Text Example
Text Example
White with #809D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D3A; }
p { color: rgb(128,157,58); }
H1.HeaderClassName
{
color: #809D3A;
}
.AnyTagClassName
{
color: #809D3A;
}
</style>
background-color css
<style>
a { background-color: #809D3A; }
a { background-color: rgb(128,157,58); }
div.DivClassName
{
background-color: #809D3A;
}
.BgClassName
{
background-color: #809D3A;
}
</style>
border-color css
<style>
span { border-color: #809D3A; }
span { border-color: rgb(128,157,58); }
td.TdClassName
{
border-color: #809D3A;
}
.TagClassName
{
border-color: #809D3A;
}
</style>