Shades of Sushi #85A23F
Tints of Sushi #85A23F
RGB
CMYK
RGB Variations
Color information
#85A23F (or 0x85A23F) is known color: Sushi. HEX triplet: 85, A2 and 3F. RGB value is (133,162,63). Sum of RGB (Red+Green+Blue) = 133+162+63=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #85A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A23F is #7A5DC0. Grayscale: #8E8E8E. Windows color (decimal): -8019393 or 4170373. OLE color: 4170373.
HSL color Cylindrical-coordinate representation of color #85A23F: hue angle of 77.58º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85A23F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 63 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.36 |
| HSL | 77.58º | 0.44% | 0.44% | - |
| HSV(B) | 77.58º | 0.61% | 0.64% | - |
| XYZ | 23.49 | 31.19 | 9.48 | - |
| YUV | 142.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 63 | 0.18 | 0 | 0.61 | 0.36 | 77.58 | 0.44 | 0.44 |
| Hex | 85 | A2 | 3F | 12 | 0 | 3D | 24 | 4E | 2C | 2C |
| Octal | 205 | 242 | 77 | 22 | 0 | 75 | 44 | 116 | 54 | 54 |
| Binary | 10000101 | 10100010 | 111111 | 10010 | 0 | 111101 | 100100 | 1001110 | 101100 | 101100 |
Color Harmonies of #85A23F
Complementary color
Monochromatic Colors of #85A23F
Black with #85A23F
Text Example
Text Example
White with #85A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A23F; }
p { color: rgb(133,162,63); }
H1.HeaderClassName
{
color: #85A23F;
}
.AnyTagClassName
{
color: #85A23F;
}
</style>
background-color css
<style>
a { background-color: #85A23F; }
a { background-color: rgb(133,162,63); }
div.DivClassName
{
background-color: #85A23F;
}
.BgClassName
{
background-color: #85A23F;
}
</style>
border-color css
<style>
span { border-color: #85A23F; }
span { border-color: rgb(133,162,63); }
td.TdClassName
{
border-color: #85A23F;
}
.TagClassName
{
border-color: #85A23F;
}
</style>