Shades of Sushi #879D31
Tints of Sushi #879D31
RGB
CMYK
RGB Variations
Color information
#879D31 (or 0x879D31) is known color: Sushi. HEX triplet: 87, 9D and 31. RGB value is (135,157,49). Sum of RGB (Red+Green+Blue) = 135+157+49=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #879D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879D31 is #7862CE. Grayscale: #8A8A8A. Windows color (decimal): -7889615 or 3251591. OLE color: 3251591.
HSL color Cylindrical-coordinate representation of color #879D31: hue angle of 72.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #879D31 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 49 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.38 |
| HSL | 72.22º | 0.52% | 0.4% | - |
| HSV(B) | 72.22º | 0.69% | 0.62% | - |
| XYZ | 22.6 | 29.49 | 7.41 | - |
| YUV | 138.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 49 | 0.14 | 0 | 0.69 | 0.38 | 72.22 | 0.52 | 0.4 |
| Hex | 87 | 9D | 31 | E | 0 | 45 | 26 | 48 | 34 | 28 |
| Octal | 207 | 235 | 61 | 16 | 0 | 105 | 46 | 110 | 64 | 50 |
| Binary | 10000111 | 10011101 | 110001 | 1110 | 0 | 1000101 | 100110 | 1001000 | 110100 | 101000 |
Color Harmonies of #879D31
Complementary color
Monochromatic Colors of #879D31
Black with #879D31
Text Example
Text Example
White with #879D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D31; }
p { color: rgb(135,157,49); }
H1.HeaderClassName
{
color: #879D31;
}
.AnyTagClassName
{
color: #879D31;
}
</style>
background-color css
<style>
a { background-color: #879D31; }
a { background-color: rgb(135,157,49); }
div.DivClassName
{
background-color: #879D31;
}
.BgClassName
{
background-color: #879D31;
}
</style>
border-color css
<style>
span { border-color: #879D31; }
span { border-color: rgb(135,157,49); }
td.TdClassName
{
border-color: #879D31;
}
.TagClassName
{
border-color: #879D31;
}
</style>