Shades of Sushi #8CA841
Tints of Sushi #8CA841
RGB
CMYK
RGB Variations
Color information
#8CA841 (or 0x8CA841) is known color: Sushi. HEX triplet: 8C, A8 and 41. RGB value is (140,168,65). Sum of RGB (Red+Green+Blue) = 140+168+65=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA841 is #7357BE. Grayscale: #949494. Windows color (decimal): -7559103 or 4302988. OLE color: 4302988.
HSL color Cylindrical-coordinate representation of color #8CA841: hue angle of 76.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CA841 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 65 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.34 |
| HSL | 76.31º | 0.44% | 0.46% | - |
| HSV(B) | 76.31º | 0.61% | 0.66% | - |
| XYZ | 25.77 | 33.96 | 10.2 | - |
| YUV | 147.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 65 | 0.17 | 0 | 0.61 | 0.34 | 76.31 | 0.44 | 0.46 |
| Hex | 8C | A8 | 41 | 11 | 0 | 3D | 22 | 4C | 2C | 2E |
| Octal | 214 | 250 | 101 | 21 | 0 | 75 | 42 | 114 | 54 | 56 |
| Binary | 10001100 | 10101000 | 1000001 | 10001 | 0 | 111101 | 100010 | 1001100 | 101100 | 101110 |
Color Harmonies of #8CA841
Complementary color
Monochromatic Colors of #8CA841
Black with #8CA841
Text Example
Text Example
White with #8CA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA841; }
p { color: rgb(140,168,65); }
H1.HeaderClassName
{
color: #8CA841;
}
.AnyTagClassName
{
color: #8CA841;
}
</style>
background-color css
<style>
a { background-color: #8CA841; }
a { background-color: rgb(140,168,65); }
div.DivClassName
{
background-color: #8CA841;
}
.BgClassName
{
background-color: #8CA841;
}
</style>
border-color css
<style>
span { border-color: #8CA841; }
span { border-color: rgb(140,168,65); }
td.TdClassName
{
border-color: #8CA841;
}
.TagClassName
{
border-color: #8CA841;
}
</style>