Shades of Sushi #85AA3A
Tints of Sushi #85AA3A
RGB
CMYK
RGB Variations
Color information
#85AA3A (or 0x85AA3A) is known color: Sushi. HEX triplet: 85, AA and 3A. RGB value is (133,170,58). Sum of RGB (Red+Green+Blue) = 133+170+58=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA3A is #7A55C5. Grayscale: #929292. Windows color (decimal): -8017350 or 3844741. OLE color: 3844741.
HSL color Cylindrical-coordinate representation of color #85AA3A: hue angle of 79.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85AA3A is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 58 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.33 |
| HSL | 79.82º | 0.49% | 0.45% | - |
| HSV(B) | 79.82º | 0.66% | 0.67% | - |
| XYZ | 24.81 | 34.04 | 9.27 | - |
| YUV | 146.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 58 | 0.22 | 0 | 0.66 | 0.33 | 79.82 | 0.49 | 0.45 |
| Hex | 85 | AA | 3A | 16 | 0 | 42 | 21 | 50 | 31 | 2D |
| Octal | 205 | 252 | 72 | 26 | 0 | 102 | 41 | 120 | 61 | 55 |
| Binary | 10000101 | 10101010 | 111010 | 10110 | 0 | 1000010 | 100001 | 1010000 | 110001 | 101101 |
Color Harmonies of #85AA3A
Complementary color
Monochromatic Colors of #85AA3A
Black with #85AA3A
Text Example
Text Example
White with #85AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA3A; }
p { color: rgb(133,170,58); }
H1.HeaderClassName
{
color: #85AA3A;
}
.AnyTagClassName
{
color: #85AA3A;
}
</style>
background-color css
<style>
a { background-color: #85AA3A; }
a { background-color: rgb(133,170,58); }
div.DivClassName
{
background-color: #85AA3A;
}
.BgClassName
{
background-color: #85AA3A;
}
</style>
border-color css
<style>
span { border-color: #85AA3A; }
span { border-color: rgb(133,170,58); }
td.TdClassName
{
border-color: #85AA3A;
}
.TagClassName
{
border-color: #85AA3A;
}
</style>