Shades of Sushi #84A141
Tints of Sushi #84A141
RGB
CMYK
RGB Variations
Color information
#84A141 (or 0x84A141) is known color: Sushi. HEX triplet: 84, A1 and 41. RGB value is (132,161,65). Sum of RGB (Red+Green+Blue) = 132+161+65=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #84A141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A141 is #7B5EBE. Grayscale: #8D8D8D. Windows color (decimal): -8085183 or 4301188. OLE color: 4301188.
HSL color Cylindrical-coordinate representation of color #84A141: hue angle of 78.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84A141 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 65 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.37 |
| HSL | 78.12º | 0.42% | 0.44% | - |
| HSV(B) | 78.12º | 0.6% | 0.63% | - |
| XYZ | 23.21 | 30.78 | 9.72 | - |
| YUV | 141.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 65 | 0.18 | 0 | 0.60 | 0.37 | 78.12 | 0.42 | 0.44 |
| Hex | 84 | A1 | 41 | 12 | 0 | 3C | 25 | 4E | 2A | 2C |
| Octal | 204 | 241 | 101 | 22 | 0 | 74 | 45 | 116 | 52 | 54 |
| Binary | 10000100 | 10100001 | 1000001 | 10010 | 0 | 111100 | 100101 | 1001110 | 101010 | 101100 |
Color Harmonies of #84A141
Complementary color
Monochromatic Colors of #84A141
Black with #84A141
Text Example
Text Example
White with #84A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A141; }
p { color: rgb(132,161,65); }
H1.HeaderClassName
{
color: #84A141;
}
.AnyTagClassName
{
color: #84A141;
}
</style>
background-color css
<style>
a { background-color: #84A141; }
a { background-color: rgb(132,161,65); }
div.DivClassName
{
background-color: #84A141;
}
.BgClassName
{
background-color: #84A141;
}
</style>
border-color css
<style>
span { border-color: #84A141; }
span { border-color: rgb(132,161,65); }
td.TdClassName
{
border-color: #84A141;
}
.TagClassName
{
border-color: #84A141;
}
</style>