Shades of Olive #928C0B
Tints of Olive #928C0B
RGB
CMYK
RGB Variations
Color information
#928C0B (or 0x928C0B) is known color: Olive. HEX triplet: 92, 8C and 0B. RGB value is (146,140,11). Sum of RGB (Red+Green+Blue) = 146+140+11=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C0B is #6D73F4. Grayscale: #7F7F7F. Windows color (decimal): -7173109 or 756882. OLE color: 756882.
HSL color Cylindrical-coordinate representation of color #928C0B: hue angle of 57.33º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #928C0B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 11 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.43 |
| HSL | 57.33º | 0.86% | 0.31% | - |
| HSV(B) | 57.33º | 0.92% | 0.57% | - |
| XYZ | 21.29 | 24.89 | 4 | - |
| YUV | 127.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 11 | 0 | 0.04 | 0.92 | 0.43 | 57.33 | 0.86 | 0.31 |
| Hex | 92 | 8C | B | 0 | 4 | 5C | 2B | 39 | 56 | 1F |
| Octal | 222 | 214 | 13 | 0 | 4 | 134 | 53 | 71 | 126 | 37 |
| Binary | 10010010 | 10001100 | 1011 | 0 | 100 | 1011100 | 101011 | 111001 | 1010110 | 11111 |
Color Harmonies of #928C0B
Complementary color
Monochromatic Colors of #928C0B
Black with #928C0B
Text Example
Text Example
White with #928C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C0B; }
p { color: rgb(146,140,11); }
H1.HeaderClassName
{
color: #928C0B;
}
.AnyTagClassName
{
color: #928C0B;
}
</style>
background-color css
<style>
a { background-color: #928C0B; }
a { background-color: rgb(146,140,11); }
div.DivClassName
{
background-color: #928C0B;
}
.BgClassName
{
background-color: #928C0B;
}
</style>
border-color css
<style>
span { border-color: #928C0B; }
span { border-color: rgb(146,140,11); }
td.TdClassName
{
border-color: #928C0B;
}
.TagClassName
{
border-color: #928C0B;
}
</style>