Shades of Sushi #809B3E
Tints of Sushi #809B3E
RGB
CMYK
RGB Variations
Color information
#809B3E (or 0x809B3E) is known color: Sushi. HEX triplet: 80, 9B and 3E. RGB value is (128,155,62). Sum of RGB (Red+Green+Blue) = 128+155+62=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #809B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B3E is #7F64C1. Grayscale: #888888. Windows color (decimal): -8348866 or 4103040. OLE color: 4103040.
HSL color Cylindrical-coordinate representation of color #809B3E: hue angle of 77.42º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #809B3E is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 62 | - |
| CMYK | 0.17 | 0 | 0.6 | 0.39 |
| HSL | 77.42º | 0.43% | 0.43% | - |
| HSV(B) | 77.42º | 0.6% | 0.61% | - |
| XYZ | 21.49 | 28.38 | 8.9 | - |
| YUV | 136.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 62 | 0.17 | 0 | 0.6 | 0.39 | 77.42 | 0.43 | 0.43 |
| Hex | 80 | 9B | 3E | 11 | 0 | 3C | 27 | 4D | 2B | 2B |
| Octal | 200 | 233 | 76 | 21 | 0 | 74 | 47 | 115 | 53 | 53 |
| Binary | 10000000 | 10011011 | 111110 | 10001 | 0 | 111100 | 100111 | 1001101 | 101011 | 101011 |
Color Harmonies of #809B3E
Complementary color
Monochromatic Colors of #809B3E
Black with #809B3E
Text Example
Text Example
White with #809B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B3E; }
p { color: rgb(128,155,62); }
H1.HeaderClassName
{
color: #809B3E;
}
.AnyTagClassName
{
color: #809B3E;
}
</style>
background-color css
<style>
a { background-color: #809B3E; }
a { background-color: rgb(128,155,62); }
div.DivClassName
{
background-color: #809B3E;
}
.BgClassName
{
background-color: #809B3E;
}
</style>
border-color css
<style>
span { border-color: #809B3E; }
span { border-color: rgb(128,155,62); }
td.TdClassName
{
border-color: #809B3E;
}
.TagClassName
{
border-color: #809B3E;
}
</style>