Shades of Corn Harvest #8E781B
Tints of Corn Harvest #8E781B
RGB
CMYK
RGB Variations
Color information
#8E781B (or 0x8E781B) is known color: Corn Harvest. HEX triplet: 8E, 78 and 1B. RGB value is (142,120,27). Sum of RGB (Red+Green+Blue) = 142+120+27=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E781B is #7187E4. Grayscale: #747474. Windows color (decimal): -7440357 or 1800334. OLE color: 1800334.
HSL color Cylindrical-coordinate representation of color #8E781B: hue angle of 48.52º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E781B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 27 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.44 |
| HSL | 48.52º | 0.68% | 0.33% | - |
| HSV(B) | 48.52º | 0.81% | 0.56% | - |
| XYZ | 18.07 | 19.26 | 3.8 | - |
| YUV | 115.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 27 | 0 | 0.15 | 0.81 | 0.44 | 48.52 | 0.68 | 0.33 |
| Hex | 8E | 78 | 1B | 0 | F | 51 | 2C | 31 | 44 | 21 |
| Octal | 216 | 170 | 33 | 0 | 17 | 121 | 54 | 61 | 104 | 41 |
| Binary | 10001110 | 1111000 | 11011 | 0 | 1111 | 1010001 | 101100 | 110001 | 1000100 | 100001 |
Color Harmonies of #8E781B
Complementary color
Monochromatic Colors of #8E781B
Black with #8E781B
Text Example
Text Example
White with #8E781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E781B; }
p { color: rgb(142,120,27); }
H1.HeaderClassName
{
color: #8E781B;
}
.AnyTagClassName
{
color: #8E781B;
}
</style>
background-color css
<style>
a { background-color: #8E781B; }
a { background-color: rgb(142,120,27); }
div.DivClassName
{
background-color: #8E781B;
}
.BgClassName
{
background-color: #8E781B;
}
</style>
border-color css
<style>
span { border-color: #8E781B; }
span { border-color: rgb(142,120,27); }
td.TdClassName
{
border-color: #8E781B;
}
.TagClassName
{
border-color: #8E781B;
}
</style>