Shades of Olive #8F9102
Tints of Olive #8F9102
RGB
CMYK
RGB Variations
Color information
#8F9102 (or 0x8F9102) is known color: Olive. HEX triplet: 8F, 91 and 02. RGB value is (143,145,2). Sum of RGB (Red+Green+Blue) = 143+145+2=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9102 is #706EFD. Grayscale: #808080. Windows color (decimal): -7368446 or 168335. OLE color: 168335.
HSL color Cylindrical-coordinate representation of color #8F9102: hue angle of 60.84º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F9102 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.43 |
| HSL | 60.84º | 0.97% | 0.29% | - |
| HSV(B) | 60.84º | 0.99% | 0.57% | - |
| XYZ | 21.46 | 26.09 | 3.96 | - |
| YUV | 128.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 2 | 0.01 | 0 | 0.99 | 0.43 | 60.84 | 0.97 | 0.29 |
| Hex | 8F | 91 | 2 | 1 | 0 | 63 | 2B | 3D | 61 | 1D |
| Octal | 217 | 221 | 2 | 1 | 0 | 143 | 53 | 75 | 141 | 35 |
| Binary | 10001111 | 10010001 | 10 | 1 | 0 | 1100011 | 101011 | 111101 | 1100001 | 11101 |
Color Harmonies of #8F9102
Complementary color
Monochromatic Colors of #8F9102
Black with #8F9102
Text Example
Text Example
White with #8F9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9102; }
p { color: rgb(143,145,2); }
H1.HeaderClassName
{
color: #8F9102;
}
.AnyTagClassName
{
color: #8F9102;
}
</style>
background-color css
<style>
a { background-color: #8F9102; }
a { background-color: rgb(143,145,2); }
div.DivClassName
{
background-color: #8F9102;
}
.BgClassName
{
background-color: #8F9102;
}
</style>
border-color css
<style>
span { border-color: #8F9102; }
span { border-color: rgb(143,145,2); }
td.TdClassName
{
border-color: #8F9102;
}
.TagClassName
{
border-color: #8F9102;
}
</style>