Shades of Olive #8F9C00
Tints of Olive #8F9C00
RGB
CMYK
RGB Variations
Color information
#8F9C00 (or 0x8F9C00) is known color: Olive. HEX triplet: 8F, 9C and 00. RGB value is (143,156,0). Sum of RGB (Red+Green+Blue) = 143+156+0=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9C00 is #7063FF. Grayscale: #868686. Windows color (decimal): -7365632 or 40079. OLE color: 40079.
HSL color Cylindrical-coordinate representation of color #8F9C00: hue angle of 65º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F9C00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 156 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.39 |
| HSL | 65º | 1% | 0.31% | - |
| HSV(B) | 65º | 1% | 0.61% | - |
| XYZ | 23.22 | 29.62 | 4.49 | - |
| YUV | 134.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 156 | 0 | 0.08 | 0 | 1 | 0.39 | 65 | 1 | 0.31 |
| Hex | 8F | 9C | 0 | 8 | 0 | 64 | 27 | 41 | 64 | 1F |
| Octal | 217 | 234 | 0 | 10 | 0 | 144 | 47 | 101 | 144 | 37 |
| Binary | 10001111 | 10011100 | 0 | 1000 | 0 | 1100100 | 100111 | 1000001 | 1100100 | 11111 |
Color Harmonies of #8F9C00
Complementary color
Monochromatic Colors of #8F9C00
Black with #8F9C00
Text Example
Text Example
White with #8F9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9C00; }
p { color: rgb(143,156,0); }
H1.HeaderClassName
{
color: #8F9C00;
}
.AnyTagClassName
{
color: #8F9C00;
}
</style>
background-color css
<style>
a { background-color: #8F9C00; }
a { background-color: rgb(143,156,0); }
div.DivClassName
{
background-color: #8F9C00;
}
.BgClassName
{
background-color: #8F9C00;
}
</style>
border-color css
<style>
span { border-color: #8F9C00; }
span { border-color: rgb(143,156,0); }
td.TdClassName
{
border-color: #8F9C00;
}
.TagClassName
{
border-color: #8F9C00;
}
</style>