Shades of Sushi #84A03F
Tints of Sushi #84A03F
RGB
CMYK
RGB Variations
Color information
#84A03F (or 0x84A03F) is known color: Sushi. HEX triplet: 84, A0 and 3F. RGB value is (132,160,63). Sum of RGB (Red+Green+Blue) = 132+160+63=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #84A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A03F is #7B5FC0. Grayscale: #8C8C8C. Windows color (decimal): -8085441 or 4169860. OLE color: 4169860.
HSL color Cylindrical-coordinate representation of color #84A03F: hue angle of 77.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84A03F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 63 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.37 |
| HSL | 77.32º | 0.43% | 0.44% | - |
| HSV(B) | 77.32º | 0.61% | 0.63% | - |
| XYZ | 22.98 | 30.41 | 9.36 | - |
| YUV | 140.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 63 | 0.17 | 0 | 0.61 | 0.37 | 77.32 | 0.43 | 0.44 |
| Hex | 84 | A0 | 3F | 11 | 0 | 3D | 25 | 4D | 2B | 2C |
| Octal | 204 | 240 | 77 | 21 | 0 | 75 | 45 | 115 | 53 | 54 |
| Binary | 10000100 | 10100000 | 111111 | 10001 | 0 | 111101 | 100101 | 1001101 | 101011 | 101100 |
Color Harmonies of #84A03F
Complementary color
Monochromatic Colors of #84A03F
Black with #84A03F
Text Example
Text Example
White with #84A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A03F; }
p { color: rgb(132,160,63); }
H1.HeaderClassName
{
color: #84A03F;
}
.AnyTagClassName
{
color: #84A03F;
}
</style>
background-color css
<style>
a { background-color: #84A03F; }
a { background-color: rgb(132,160,63); }
div.DivClassName
{
background-color: #84A03F;
}
.BgClassName
{
background-color: #84A03F;
}
</style>
border-color css
<style>
span { border-color: #84A03F; }
span { border-color: rgb(132,160,63); }
td.TdClassName
{
border-color: #84A03F;
}
.TagClassName
{
border-color: #84A03F;
}
</style>