Shades of Sushi #8BA741
Tints of Sushi #8BA741
RGB
CMYK
RGB Variations
Color information
#8BA741 (or 0x8BA741) is known color: Sushi. HEX triplet: 8B, A7 and 41. RGB value is (139,167,65). Sum of RGB (Red+Green+Blue) = 139+167+65=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA741 is #7458BE. Grayscale: #939393. Windows color (decimal): -7624895 or 4302731. OLE color: 4302731.
HSL color Cylindrical-coordinate representation of color #8BA741: 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 #8BA741 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 65 | - |
| 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.42 | 33.51 | 10.13 | - |
| YUV | 147 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 65 | 0.17 | 0 | 0.61 | 0.35 | 76.47 | 0.44 | 0.45 |
| Hex | 8B | A7 | 41 | 11 | 0 | 3D | 23 | 4C | 2C | 2D |
| Octal | 213 | 247 | 101 | 21 | 0 | 75 | 43 | 114 | 54 | 55 |
| Binary | 10001011 | 10100111 | 1000001 | 10001 | 0 | 111101 | 100011 | 1001100 | 101100 | 101101 |
Color Harmonies of #8BA741
Complementary color
Monochromatic Colors of #8BA741
Black with #8BA741
Text Example
Text Example
White with #8BA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA741; }
p { color: rgb(139,167,65); }
H1.HeaderClassName
{
color: #8BA741;
}
.AnyTagClassName
{
color: #8BA741;
}
</style>
background-color css
<style>
a { background-color: #8BA741; }
a { background-color: rgb(139,167,65); }
div.DivClassName
{
background-color: #8BA741;
}
.BgClassName
{
background-color: #8BA741;
}
</style>
border-color css
<style>
span { border-color: #8BA741; }
span { border-color: rgb(139,167,65); }
td.TdClassName
{
border-color: #8BA741;
}
.TagClassName
{
border-color: #8BA741;
}
</style>