Shades of Sushi #809E3C
Tints of Sushi #809E3C
RGB
CMYK
RGB Variations
Color information
#809E3C (or 0x809E3C) is known color: Sushi. HEX triplet: 80, 9E and 3C. RGB value is (128,158,60). Sum of RGB (Red+Green+Blue) = 128+158+60=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #809E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E3C is #7F61C3. Grayscale: #8A8A8A. Windows color (decimal): -8348100 or 3972736. OLE color: 3972736.
HSL color Cylindrical-coordinate representation of color #809E3C: hue angle of 78.37º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #809E3C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 158 | 60 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.38 |
| HSL | 78.37º | 0.45% | 0.43% | - |
| HSV(B) | 78.37º | 0.62% | 0.62% | - |
| XYZ | 21.94 | 29.37 | 8.79 | - |
| YUV | 137.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 60 | 0.19 | 0 | 0.62 | 0.38 | 78.37 | 0.45 | 0.43 |
| Hex | 80 | 9E | 3C | 13 | 0 | 3E | 26 | 4E | 2D | 2B |
| Octal | 200 | 236 | 74 | 23 | 0 | 76 | 46 | 116 | 55 | 53 |
| Binary | 10000000 | 10011110 | 111100 | 10011 | 0 | 111110 | 100110 | 1001110 | 101101 | 101011 |
Color Harmonies of #809E3C
Complementary color
Monochromatic Colors of #809E3C
Black with #809E3C
Text Example
Text Example
White with #809E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809E3C; }
p { color: rgb(128,158,60); }
H1.HeaderClassName
{
color: #809E3C;
}
.AnyTagClassName
{
color: #809E3C;
}
</style>
background-color css
<style>
a { background-color: #809E3C; }
a { background-color: rgb(128,158,60); }
div.DivClassName
{
background-color: #809E3C;
}
.BgClassName
{
background-color: #809E3C;
}
</style>
border-color css
<style>
span { border-color: #809E3C; }
span { border-color: rgb(128,158,60); }
td.TdClassName
{
border-color: #809E3C;
}
.TagClassName
{
border-color: #809E3C;
}
</style>