Shades of Wasabi #859130
Tints of Wasabi #859130
RGB
CMYK
RGB Variations
Color information
#859130 (or 0x859130) is known color: Wasabi. HEX triplet: 85, 91 and 30. RGB value is (133,145,48). Sum of RGB (Red+Green+Blue) = 133+145+48=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #859130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859130 is #7A6ECF. Grayscale: #828282. Windows color (decimal): -8023760 or 3182981. OLE color: 3182981.
HSL color Cylindrical-coordinate representation of color #859130: hue angle of 67.42º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #859130 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 48 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.43 |
| HSL | 67.42º | 0.5% | 0.38% | - |
| HSV(B) | 67.42º | 0.67% | 0.57% | - |
| XYZ | 20.33 | 25.45 | 6.64 | - |
| YUV | 130.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 48 | 0.08 | 0 | 0.67 | 0.43 | 67.42 | 0.5 | 0.38 |
| Hex | 85 | 91 | 30 | 8 | 0 | 43 | 2B | 43 | 32 | 26 |
| Octal | 205 | 221 | 60 | 10 | 0 | 103 | 53 | 103 | 62 | 46 |
| Binary | 10000101 | 10010001 | 110000 | 1000 | 0 | 1000011 | 101011 | 1000011 | 110010 | 100110 |
Color Harmonies of #859130
Complementary color
Monochromatic Colors of #859130
Black with #859130
Text Example
Text Example
White with #859130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859130; }
p { color: rgb(133,145,48); }
H1.HeaderClassName
{
color: #859130;
}
.AnyTagClassName
{
color: #859130;
}
</style>
background-color css
<style>
a { background-color: #859130; }
a { background-color: rgb(133,145,48); }
div.DivClassName
{
background-color: #859130;
}
.BgClassName
{
background-color: #859130;
}
</style>
border-color css
<style>
span { border-color: #859130; }
span { border-color: rgb(133,145,48); }
td.TdClassName
{
border-color: #859130;
}
.TagClassName
{
border-color: #859130;
}
</style>