Shades of Sushi #809B3C
Tints of Sushi #809B3C
RGB
CMYK
RGB Variations
Color information
#809B3C (or 0x809B3C) is known color: Sushi. HEX triplet: 80, 9B and 3C. RGB value is (128,155,60). Sum of RGB (Red+Green+Blue) = 128+155+60=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #809B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B3C is #7F64C3. Grayscale: #888888. Windows color (decimal): -8348868 or 3971968. OLE color: 3971968.
HSL color Cylindrical-coordinate representation of color #809B3C: hue angle of 77.05º 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 #809B3C is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 60 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.39 |
| HSL | 77.05º | 0.44% | 0.42% | - |
| HSV(B) | 77.05º | 0.61% | 0.61% | - |
| XYZ | 21.44 | 28.36 | 8.62 | - |
| YUV | 136.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 60 | 0.17 | 0 | 0.61 | 0.39 | 77.05 | 0.44 | 0.42 |
| Hex | 80 | 9B | 3C | 11 | 0 | 3D | 27 | 4D | 2C | 2A |
| Octal | 200 | 233 | 74 | 21 | 0 | 75 | 47 | 115 | 54 | 52 |
| Binary | 10000000 | 10011011 | 111100 | 10001 | 0 | 111101 | 100111 | 1001101 | 101100 | 101010 |
Color Harmonies of #809B3C
Complementary color
Monochromatic Colors of #809B3C
Black with #809B3C
Text Example
Text Example
White with #809B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B3C; }
p { color: rgb(128,155,60); }
H1.HeaderClassName
{
color: #809B3C;
}
.AnyTagClassName
{
color: #809B3C;
}
</style>
background-color css
<style>
a { background-color: #809B3C; }
a { background-color: rgb(128,155,60); }
div.DivClassName
{
background-color: #809B3C;
}
.BgClassName
{
background-color: #809B3C;
}
</style>
border-color css
<style>
span { border-color: #809B3C; }
span { border-color: rgb(128,155,60); }
td.TdClassName
{
border-color: #809B3C;
}
.TagClassName
{
border-color: #809B3C;
}
</style>