Shades of Sushi #84A739
Tints of Sushi #84A739
RGB
CMYK
RGB Variations
Color information
#84A739 (or 0x84A739) is known color: Sushi. HEX triplet: 84, A7 and 39. RGB value is (132,167,57). Sum of RGB (Red+Green+Blue) = 132+167+57=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #84A739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A739 is #7B58C6. Grayscale: #909090. Windows color (decimal): -8083655 or 3778436. OLE color: 3778436.
HSL color Cylindrical-coordinate representation of color #84A739: hue angle of 79.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84A739 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 57 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.35 |
| HSL | 79.09º | 0.49% | 0.44% | - |
| HSV(B) | 79.09º | 0.66% | 0.65% | - |
| XYZ | 24.07 | 32.84 | 8.94 | - |
| YUV | 144 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 57 | 0.21 | 0 | 0.66 | 0.35 | 79.09 | 0.49 | 0.44 |
| Hex | 84 | A7 | 39 | 15 | 0 | 42 | 23 | 4F | 31 | 2C |
| Octal | 204 | 247 | 71 | 25 | 0 | 102 | 43 | 117 | 61 | 54 |
| Binary | 10000100 | 10100111 | 111001 | 10101 | 0 | 1000010 | 100011 | 1001111 | 110001 | 101100 |
Color Harmonies of #84A739
Complementary color
Monochromatic Colors of #84A739
Black with #84A739
Text Example
Text Example
White with #84A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A739; }
p { color: rgb(132,167,57); }
H1.HeaderClassName
{
color: #84A739;
}
.AnyTagClassName
{
color: #84A739;
}
</style>
background-color css
<style>
a { background-color: #84A739; }
a { background-color: rgb(132,167,57); }
div.DivClassName
{
background-color: #84A739;
}
.BgClassName
{
background-color: #84A739;
}
</style>
border-color css
<style>
span { border-color: #84A739; }
span { border-color: rgb(132,167,57); }
td.TdClassName
{
border-color: #84A739;
}
.TagClassName
{
border-color: #84A739;
}
</style>