Shades of Sushi #84A540
Tints of Sushi #84A540
RGB
CMYK
RGB Variations
Color information
#84A540 (or 0x84A540) is known color: Sushi. HEX triplet: 84, A5 and 40. RGB value is (132,165,64). Sum of RGB (Red+Green+Blue) = 132+165+64=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #84A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A540 is #7B5ABF. Grayscale: #8F8F8F. Windows color (decimal): -8084160 or 4236676. OLE color: 4236676.
HSL color Cylindrical-coordinate representation of color #84A540: hue angle of 79.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84A540 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 64 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.35 |
| HSL | 79.6º | 0.44% | 0.45% | - |
| HSV(B) | 79.6º | 0.61% | 0.65% | - |
| XYZ | 23.9 | 32.19 | 9.8 | - |
| YUV | 143.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 64 | 0.20 | 0 | 0.61 | 0.35 | 79.6 | 0.44 | 0.45 |
| Hex | 84 | A5 | 40 | 14 | 0 | 3D | 23 | 50 | 2C | 2D |
| Octal | 204 | 245 | 100 | 24 | 0 | 75 | 43 | 120 | 54 | 55 |
| Binary | 10000100 | 10100101 | 1000000 | 10100 | 0 | 111101 | 100011 | 1010000 | 101100 | 101101 |
Color Harmonies of #84A540
Complementary color
Monochromatic Colors of #84A540
Black with #84A540
Text Example
Text Example
White with #84A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A540; }
p { color: rgb(132,165,64); }
H1.HeaderClassName
{
color: #84A540;
}
.AnyTagClassName
{
color: #84A540;
}
</style>
background-color css
<style>
a { background-color: #84A540; }
a { background-color: rgb(132,165,64); }
div.DivClassName
{
background-color: #84A540;
}
.BgClassName
{
background-color: #84A540;
}
</style>
border-color css
<style>
span { border-color: #84A540; }
span { border-color: rgb(132,165,64); }
td.TdClassName
{
border-color: #84A540;
}
.TagClassName
{
border-color: #84A540;
}
</style>