Shades of Sushi #85AF3F
Tints of Sushi #85AF3F
RGB
CMYK
RGB Variations
Color information
#85AF3F (or 0x85AF3F) is known color: Sushi. HEX triplet: 85, AF and 3F. RGB value is (133,175,63). Sum of RGB (Red+Green+Blue) = 133+175+63=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF3F is #7A50C0. Grayscale: #969696. Windows color (decimal): -8016065 or 4173701. OLE color: 4173701.
HSL color Cylindrical-coordinate representation of color #85AF3F: hue angle of 82.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85AF3F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 63 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.31 |
| HSL | 82.5º | 0.47% | 0.47% | - |
| HSV(B) | 82.5º | 0.64% | 0.69% | - |
| XYZ | 25.9 | 36.01 | 10.29 | - |
| YUV | 149.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 63 | 0.24 | 0 | 0.64 | 0.31 | 82.5 | 0.47 | 0.47 |
| Hex | 85 | AF | 3F | 18 | 0 | 40 | 1F | 52 | 2F | 2F |
| Octal | 205 | 257 | 77 | 30 | 0 | 100 | 37 | 122 | 57 | 57 |
| Binary | 10000101 | 10101111 | 111111 | 11000 | 0 | 1000000 | 11111 | 1010010 | 101111 | 101111 |
Color Harmonies of #85AF3F
Complementary color
Monochromatic Colors of #85AF3F
Black with #85AF3F
Text Example
Text Example
White with #85AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF3F; }
p { color: rgb(133,175,63); }
H1.HeaderClassName
{
color: #85AF3F;
}
.AnyTagClassName
{
color: #85AF3F;
}
</style>
background-color css
<style>
a { background-color: #85AF3F; }
a { background-color: rgb(133,175,63); }
div.DivClassName
{
background-color: #85AF3F;
}
.BgClassName
{
background-color: #85AF3F;
}
</style>
border-color css
<style>
span { border-color: #85AF3F; }
span { border-color: rgb(133,175,63); }
td.TdClassName
{
border-color: #85AF3F;
}
.TagClassName
{
border-color: #85AF3F;
}
</style>