Shades of Yukon Gold #8E770F
Tints of Yukon Gold #8E770F
RGB
CMYK
RGB Variations
Color information
#8E770F (or 0x8E770F) is known color: Yukon Gold. HEX triplet: 8E, 77 and 0F. RGB value is (142,119,15). Sum of RGB (Red+Green+Blue) = 142+119+15=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E770F is #7188F0. Grayscale: #727272. Windows color (decimal): -7440625 or 1013646. OLE color: 1013646.
HSL color Cylindrical-coordinate representation of color #8E770F: hue angle of 49.13º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E770F is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 15 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.44 |
| HSL | 49.13º | 0.81% | 0.31% | - |
| HSV(B) | 49.13º | 0.89% | 0.56% | - |
| XYZ | 17.84 | 18.98 | 3.18 | - |
| YUV | 114.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 15 | 0 | 0.16 | 0.89 | 0.44 | 49.13 | 0.81 | 0.31 |
| Hex | 8E | 77 | F | 0 | 10 | 59 | 2C | 31 | 51 | 1F |
| Octal | 216 | 167 | 17 | 0 | 20 | 131 | 54 | 61 | 121 | 37 |
| Binary | 10001110 | 1110111 | 1111 | 0 | 10000 | 1011001 | 101100 | 110001 | 1010001 | 11111 |
Color Harmonies of #8E770F
Complementary color
Monochromatic Colors of #8E770F
Black with #8E770F
Text Example
Text Example
White with #8E770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E770F; }
p { color: rgb(142,119,15); }
H1.HeaderClassName
{
color: #8E770F;
}
.AnyTagClassName
{
color: #8E770F;
}
</style>
background-color css
<style>
a { background-color: #8E770F; }
a { background-color: rgb(142,119,15); }
div.DivClassName
{
background-color: #8E770F;
}
.BgClassName
{
background-color: #8E770F;
}
</style>
border-color css
<style>
span { border-color: #8E770F; }
span { border-color: rgb(142,119,15); }
td.TdClassName
{
border-color: #8E770F;
}
.TagClassName
{
border-color: #8E770F;
}
</style>