Shades of Sushi #88AA3C
Tints of Sushi #88AA3C
RGB
CMYK
RGB Variations
Color information
#88AA3C (or 0x88AA3C) is known color: Sushi. HEX triplet: 88, AA and 3C. RGB value is (136,170,60). Sum of RGB (Red+Green+Blue) = 136+170+60=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA3C is #7755C3. Grayscale: #939393. Windows color (decimal): -7820740 or 3975816. OLE color: 3975816.
HSL color Cylindrical-coordinate representation of color #88AA3C: hue angle of 78.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88AA3C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 60 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.33 |
| HSL | 78.55º | 0.48% | 0.45% | - |
| HSV(B) | 78.55º | 0.65% | 0.67% | - |
| XYZ | 25.34 | 34.31 | 9.56 | - |
| YUV | 147.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 60 | 0.20 | 0 | 0.65 | 0.33 | 78.55 | 0.48 | 0.45 |
| Hex | 88 | AA | 3C | 14 | 0 | 41 | 21 | 4F | 30 | 2D |
| Octal | 210 | 252 | 74 | 24 | 0 | 101 | 41 | 117 | 60 | 55 |
| Binary | 10001000 | 10101010 | 111100 | 10100 | 0 | 1000001 | 100001 | 1001111 | 110000 | 101101 |
Color Harmonies of #88AA3C
Complementary color
Monochromatic Colors of #88AA3C
Black with #88AA3C
Text Example
Text Example
White with #88AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA3C; }
p { color: rgb(136,170,60); }
H1.HeaderClassName
{
color: #88AA3C;
}
.AnyTagClassName
{
color: #88AA3C;
}
</style>
background-color css
<style>
a { background-color: #88AA3C; }
a { background-color: rgb(136,170,60); }
div.DivClassName
{
background-color: #88AA3C;
}
.BgClassName
{
background-color: #88AA3C;
}
</style>
border-color css
<style>
span { border-color: #88AA3C; }
span { border-color: rgb(136,170,60); }
td.TdClassName
{
border-color: #88AA3C;
}
.TagClassName
{
border-color: #88AA3C;
}
</style>