Shades of Sushi #84A13F
Tints of Sushi #84A13F
RGB
CMYK
RGB Variations
Color information
#84A13F (or 0x84A13F) is known color: Sushi. HEX triplet: 84, A1 and 3F. RGB value is (132,161,63). Sum of RGB (Red+Green+Blue) = 132+161+63=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #84A13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A13F is #7B5EC0. Grayscale: #8D8D8D. Windows color (decimal): -8085185 or 4170116. OLE color: 4170116.
HSL color Cylindrical-coordinate representation of color #84A13F: hue angle of 77.76º degrees, saturation: 0.44, 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 #84A13F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 63 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.37 |
| HSL | 77.76º | 0.44% | 0.44% | - |
| HSV(B) | 77.76º | 0.61% | 0.63% | - |
| XYZ | 23.16 | 30.75 | 9.42 | - |
| YUV | 141.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 63 | 0.18 | 0 | 0.61 | 0.37 | 77.76 | 0.44 | 0.44 |
| Hex | 84 | A1 | 3F | 12 | 0 | 3D | 25 | 4E | 2C | 2C |
| Octal | 204 | 241 | 77 | 22 | 0 | 75 | 45 | 116 | 54 | 54 |
| Binary | 10000100 | 10100001 | 111111 | 10010 | 0 | 111101 | 100101 | 1001110 | 101100 | 101100 |
Color Harmonies of #84A13F
Complementary color
Monochromatic Colors of #84A13F
Black with #84A13F
Text Example
Text Example
White with #84A13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A13F; }
p { color: rgb(132,161,63); }
H1.HeaderClassName
{
color: #84A13F;
}
.AnyTagClassName
{
color: #84A13F;
}
</style>
background-color css
<style>
a { background-color: #84A13F; }
a { background-color: rgb(132,161,63); }
div.DivClassName
{
background-color: #84A13F;
}
.BgClassName
{
background-color: #84A13F;
}
</style>
border-color css
<style>
span { border-color: #84A13F; }
span { border-color: rgb(132,161,63); }
td.TdClassName
{
border-color: #84A13F;
}
.TagClassName
{
border-color: #84A13F;
}
</style>