Shades of Olive #928F08
Tints of Olive #928F08
RGB
CMYK
RGB Variations
Color information
#928F08 (or 0x928F08) is known color: Olive. HEX triplet: 92, 8F and 08. RGB value is (146,143,8). Sum of RGB (Red+Green+Blue) = 146+143+8=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928F08 is #6D70F7. Grayscale: #818181. Windows color (decimal): -7172344 or 561042. OLE color: 561042.
HSL color Cylindrical-coordinate representation of color #928F08: hue angle of 58.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #928F08 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 8 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.43 |
| HSL | 58.7º | 0.9% | 0.3% | - |
| HSV(B) | 58.7º | 0.95% | 0.57% | - |
| XYZ | 21.72 | 25.77 | 4.06 | - |
| YUV | 128.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 8 | 0 | 0.02 | 0.95 | 0.43 | 58.7 | 0.9 | 0.3 |
| Hex | 92 | 8F | 8 | 0 | 2 | 5F | 2B | 3B | 5A | 1E |
| Octal | 222 | 217 | 10 | 0 | 2 | 137 | 53 | 73 | 132 | 36 |
| Binary | 10010010 | 10001111 | 1000 | 0 | 10 | 1011111 | 101011 | 111011 | 1011010 | 11110 |
Color Harmonies of #928F08
Complementary color
Monochromatic Colors of #928F08
Black with #928F08
Text Example
Text Example
White with #928F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F08; }
p { color: rgb(146,143,8); }
H1.HeaderClassName
{
color: #928F08;
}
.AnyTagClassName
{
color: #928F08;
}
</style>
background-color css
<style>
a { background-color: #928F08; }
a { background-color: rgb(146,143,8); }
div.DivClassName
{
background-color: #928F08;
}
.BgClassName
{
background-color: #928F08;
}
</style>
border-color css
<style>
span { border-color: #928F08; }
span { border-color: rgb(146,143,8); }
td.TdClassName
{
border-color: #928F08;
}
.TagClassName
{
border-color: #928F08;
}
</style>