Shades of Sushi #80992F
Tints of Sushi #80992F
RGB
CMYK
RGB Variations
Color information
#80992F (or 0x80992F) is known color: Sushi. HEX triplet: 80, 99 and 2F. RGB value is (128,153,47). Sum of RGB (Red+Green+Blue) = 128+153+47=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #80992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80992F is #7F66D0. Grayscale: #858585. Windows color (decimal): -8349393 or 3119488. OLE color: 3119488.
HSL color Cylindrical-coordinate representation of color #80992F: hue angle of 74.15º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80992F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 47 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.4 |
| HSL | 74.15º | 0.53% | 0.39% | - |
| HSV(B) | 74.15º | 0.69% | 0.6% | - |
| XYZ | 20.81 | 27.58 | 6.92 | - |
| YUV | 133.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 47 | 0.16 | 0 | 0.69 | 0.4 | 74.15 | 0.53 | 0.39 |
| Hex | 80 | 99 | 2F | 10 | 0 | 45 | 28 | 4A | 35 | 27 |
| Octal | 200 | 231 | 57 | 20 | 0 | 105 | 50 | 112 | 65 | 47 |
| Binary | 10000000 | 10011001 | 101111 | 10000 | 0 | 1000101 | 101000 | 1001010 | 110101 | 100111 |
Color Harmonies of #80992F
Complementary color
Monochromatic Colors of #80992F
Black with #80992F
Text Example
Text Example
White with #80992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80992F; }
p { color: rgb(128,153,47); }
H1.HeaderClassName
{
color: #80992F;
}
.AnyTagClassName
{
color: #80992F;
}
</style>
background-color css
<style>
a { background-color: #80992F; }
a { background-color: rgb(128,153,47); }
div.DivClassName
{
background-color: #80992F;
}
.BgClassName
{
background-color: #80992F;
}
</style>
border-color css
<style>
span { border-color: #80992F; }
span { border-color: rgb(128,153,47); }
td.TdClassName
{
border-color: #80992F;
}
.TagClassName
{
border-color: #80992F;
}
</style>