Shades of Sushi #859E30
Tints of Sushi #859E30
RGB
CMYK
RGB Variations
Color information
#859E30 (or 0x859E30) is known color: Sushi. HEX triplet: 85, 9E and 30. RGB value is (133,158,48). Sum of RGB (Red+Green+Blue) = 133+158+48=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #859E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859E30 is #7A61CF. Grayscale: #8A8A8A. Windows color (decimal): -8020432 or 3186309. OLE color: 3186309.
HSL color Cylindrical-coordinate representation of color #859E30: hue angle of 73.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #859E30 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 48 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.38 |
| HSL | 73.64º | 0.53% | 0.4% | - |
| HSV(B) | 73.64º | 0.7% | 0.62% | - |
| XYZ | 22.43 | 29.65 | 7.34 | - |
| YUV | 137.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 48 | 0.16 | 0 | 0.70 | 0.38 | 73.64 | 0.53 | 0.4 |
| Hex | 85 | 9E | 30 | 10 | 0 | 46 | 26 | 4A | 35 | 28 |
| Octal | 205 | 236 | 60 | 20 | 0 | 106 | 46 | 112 | 65 | 50 |
| Binary | 10000101 | 10011110 | 110000 | 10000 | 0 | 1000110 | 100110 | 1001010 | 110101 | 101000 |
Color Harmonies of #859E30
Complementary color
Monochromatic Colors of #859E30
Black with #859E30
Text Example
Text Example
White with #859E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E30; }
p { color: rgb(133,158,48); }
H1.HeaderClassName
{
color: #859E30;
}
.AnyTagClassName
{
color: #859E30;
}
</style>
background-color css
<style>
a { background-color: #859E30; }
a { background-color: rgb(133,158,48); }
div.DivClassName
{
background-color: #859E30;
}
.BgClassName
{
background-color: #859E30;
}
</style>
border-color css
<style>
span { border-color: #859E30; }
span { border-color: rgb(133,158,48); }
td.TdClassName
{
border-color: #859E30;
}
.TagClassName
{
border-color: #859E30;
}
</style>