Shades of Sushi #8AA640
Tints of Sushi #8AA640
RGB
CMYK
RGB Variations
Color information
#8AA640 (or 0x8AA640) is known color: Sushi. HEX triplet: 8A, A6 and 40. RGB value is (138,166,64). Sum of RGB (Red+Green+Blue) = 138+166+64=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA640 is #7559BF. Grayscale: #929292. Windows color (decimal): -7690688 or 4236938. OLE color: 4236938.
HSL color Cylindrical-coordinate representation of color #8AA640: hue angle of 76.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AA640 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 64 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.35 |
| HSL | 76.47º | 0.44% | 0.45% | - |
| HSV(B) | 76.47º | 0.61% | 0.65% | - |
| XYZ | 25.04 | 33.05 | 9.91 | - |
| YUV | 146 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 64 | 0.17 | 0 | 0.61 | 0.35 | 76.47 | 0.44 | 0.45 |
| Hex | 8A | A6 | 40 | 11 | 0 | 3D | 23 | 4C | 2C | 2D |
| Octal | 212 | 246 | 100 | 21 | 0 | 75 | 43 | 114 | 54 | 55 |
| Binary | 10001010 | 10100110 | 1000000 | 10001 | 0 | 111101 | 100011 | 1001100 | 101100 | 101101 |
Color Harmonies of #8AA640
Complementary color
Monochromatic Colors of #8AA640
Black with #8AA640
Text Example
Text Example
White with #8AA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA640; }
p { color: rgb(138,166,64); }
H1.HeaderClassName
{
color: #8AA640;
}
.AnyTagClassName
{
color: #8AA640;
}
</style>
background-color css
<style>
a { background-color: #8AA640; }
a { background-color: rgb(138,166,64); }
div.DivClassName
{
background-color: #8AA640;
}
.BgClassName
{
background-color: #8AA640;
}
</style>
border-color css
<style>
span { border-color: #8AA640; }
span { border-color: rgb(138,166,64); }
td.TdClassName
{
border-color: #8AA640;
}
.TagClassName
{
border-color: #8AA640;
}
</style>