Shades of Olive #867D09
Tints of Olive #867D09
RGB
CMYK
RGB Variations
Color information
#867D09 (or 0x867D09) is known color: Olive. HEX triplet: 86, 7D and 09. RGB value is (134,125,9). Sum of RGB (Red+Green+Blue) = 134+125+9=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #867D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D09 is #7982F6. Grayscale: #727272. Windows color (decimal): -7963383 or 621958. OLE color: 621958.
HSL color Cylindrical-coordinate representation of color #867D09: hue angle of 55.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #867D09 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 9 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.47 |
| HSL | 55.68º | 0.87% | 0.28% | - |
| HSV(B) | 55.68º | 0.93% | 0.53% | - |
| XYZ | 17.21 | 19.76 | 3.16 | - |
| YUV | 114.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 9 | 0 | 0.07 | 0.93 | 0.47 | 55.68 | 0.87 | 0.28 |
| Hex | 86 | 7D | 9 | 0 | 7 | 5D | 2F | 38 | 57 | 1C |
| Octal | 206 | 175 | 11 | 0 | 7 | 135 | 57 | 70 | 127 | 34 |
| Binary | 10000110 | 1111101 | 1001 | 0 | 111 | 1011101 | 101111 | 111000 | 1010111 | 11100 |
Color Harmonies of #867D09
Complementary color
Monochromatic Colors of #867D09
Black with #867D09
Text Example
Text Example
White with #867D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D09; }
p { color: rgb(134,125,9); }
H1.HeaderClassName
{
color: #867D09;
}
.AnyTagClassName
{
color: #867D09;
}
</style>
background-color css
<style>
a { background-color: #867D09; }
a { background-color: rgb(134,125,9); }
div.DivClassName
{
background-color: #867D09;
}
.BgClassName
{
background-color: #867D09;
}
</style>
border-color css
<style>
span { border-color: #867D09; }
span { border-color: rgb(134,125,9); }
td.TdClassName
{
border-color: #867D09;
}
.TagClassName
{
border-color: #867D09;
}
</style>