Shades of Avocado #8C945B
Tints of Avocado #8C945B
RGB
CMYK
RGB Variations
Color information
#8C945B (or 0x8C945B) is known color: Avocado. HEX triplet: 8C, 94 and 5B. RGB value is (140,148,91). Sum of RGB (Red+Green+Blue) = 140+148+91=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #8C945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C945B is #736BA4. Grayscale: #8B8B8B. Windows color (decimal): -7564197 or 6001804. OLE color: 6001804.
HSL color Cylindrical-coordinate representation of color #8C945B: hue angle of 68.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C945B is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 91 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.42 |
| HSL | 68.42º | 0.24% | 0.47% | - |
| HSV(B) | 68.42º | 0.39% | 0.58% | - |
| XYZ | 23.29 | 27.51 | 13.98 | - |
| YUV | 139.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 91 | 0.05 | 0 | 0.39 | 0.42 | 68.42 | 0.24 | 0.47 |
| Hex | 8C | 94 | 5B | 5 | 0 | 27 | 2A | 44 | 18 | 2F |
| Octal | 214 | 224 | 133 | 5 | 0 | 47 | 52 | 104 | 30 | 57 |
| Binary | 10001100 | 10010100 | 1011011 | 101 | 0 | 100111 | 101010 | 1000100 | 11000 | 101111 |
Color Harmonies of #8C945B
Complementary color
Monochromatic Colors of #8C945B
Black with #8C945B
Text Example
Text Example
White with #8C945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C945B; }
p { color: rgb(140,148,91); }
H1.HeaderClassName
{
color: #8C945B;
}
.AnyTagClassName
{
color: #8C945B;
}
</style>
background-color css
<style>
a { background-color: #8C945B; }
a { background-color: rgb(140,148,91); }
div.DivClassName
{
background-color: #8C945B;
}
.BgClassName
{
background-color: #8C945B;
}
</style>
border-color css
<style>
span { border-color: #8C945B; }
span { border-color: rgb(140,148,91); }
td.TdClassName
{
border-color: #8C945B;
}
.TagClassName
{
border-color: #8C945B;
}
</style>