Shades of Sushi #8AA641
Tints of Sushi #8AA641
RGB
CMYK
RGB Variations
Color information
#8AA641 (or 0x8AA641) is known color: Sushi. HEX triplet: 8A, A6 and 41. RGB value is (138,166,65). Sum of RGB (Red+Green+Blue) = 138+166+65=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA641 is #7559BE. Grayscale: #929292. Windows color (decimal): -7690687 or 4302474. OLE color: 4302474.
HSL color Cylindrical-coordinate representation of color #8AA641: hue angle of 76.63º 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 #8AA641 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 65 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.35 |
| HSL | 76.63º | 0.44% | 0.45% | - |
| HSV(B) | 76.63º | 0.61% | 0.65% | - |
| XYZ | 25.07 | 33.06 | 10.06 | - |
| YUV | 146.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 65 | 0.17 | 0 | 0.61 | 0.35 | 76.63 | 0.44 | 0.45 |
| Hex | 8A | A6 | 41 | 11 | 0 | 3D | 23 | 4D | 2C | 2D |
| Octal | 212 | 246 | 101 | 21 | 0 | 75 | 43 | 115 | 54 | 55 |
| Binary | 10001010 | 10100110 | 1000001 | 10001 | 0 | 111101 | 100011 | 1001101 | 101100 | 101101 |
Color Harmonies of #8AA641
Complementary color
Monochromatic Colors of #8AA641
Black with #8AA641
Text Example
Text Example
White with #8AA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA641; }
p { color: rgb(138,166,65); }
H1.HeaderClassName
{
color: #8AA641;
}
.AnyTagClassName
{
color: #8AA641;
}
</style>
background-color css
<style>
a { background-color: #8AA641; }
a { background-color: rgb(138,166,65); }
div.DivClassName
{
background-color: #8AA641;
}
.BgClassName
{
background-color: #8AA641;
}
</style>
border-color css
<style>
span { border-color: #8AA641; }
span { border-color: rgb(138,166,65); }
td.TdClassName
{
border-color: #8AA641;
}
.TagClassName
{
border-color: #8AA641;
}
</style>