Shades of Sushi #85A33E
Tints of Sushi #85A33E
RGB
CMYK
RGB Variations
Color information
#85A33E (or 0x85A33E) is known color: Sushi. HEX triplet: 85, A3 and 3E. RGB value is (133,163,62). Sum of RGB (Red+Green+Blue) = 133+163+62=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #85A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A33E is #7A5CC1. Grayscale: #8E8E8E. Windows color (decimal): -8019138 or 4105093. OLE color: 4105093.
HSL color Cylindrical-coordinate representation of color #85A33E: hue angle of 77.82º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85A33E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 62 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.36 |
| HSL | 77.82º | 0.45% | 0.44% | - |
| HSV(B) | 77.82º | 0.62% | 0.64% | - |
| XYZ | 23.64 | 31.53 | 9.4 | - |
| YUV | 142.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 62 | 0.18 | 0 | 0.62 | 0.36 | 77.82 | 0.45 | 0.44 |
| Hex | 85 | A3 | 3E | 12 | 0 | 3E | 24 | 4E | 2D | 2C |
| Octal | 205 | 243 | 76 | 22 | 0 | 76 | 44 | 116 | 55 | 54 |
| Binary | 10000101 | 10100011 | 111110 | 10010 | 0 | 111110 | 100100 | 1001110 | 101101 | 101100 |
Color Harmonies of #85A33E
Complementary color
Monochromatic Colors of #85A33E
Black with #85A33E
Text Example
Text Example
White with #85A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A33E; }
p { color: rgb(133,163,62); }
H1.HeaderClassName
{
color: #85A33E;
}
.AnyTagClassName
{
color: #85A33E;
}
</style>
background-color css
<style>
a { background-color: #85A33E; }
a { background-color: rgb(133,163,62); }
div.DivClassName
{
background-color: #85A33E;
}
.BgClassName
{
background-color: #85A33E;
}
</style>
border-color css
<style>
span { border-color: #85A33E; }
span { border-color: rgb(133,163,62); }
td.TdClassName
{
border-color: #85A33E;
}
.TagClassName
{
border-color: #85A33E;
}
</style>