Shades of Olive #928C0D
Tints of Olive #928C0D
RGB
CMYK
RGB Variations
Color information
#928C0D (or 0x928C0D) is known color: Olive. HEX triplet: 92, 8C and 0D. RGB value is (146,140,13). Sum of RGB (Red+Green+Blue) = 146+140+13=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #928C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C0D is #6D73F2. Grayscale: #7F7F7F. Windows color (decimal): -7173107 or 887954. OLE color: 887954.
HSL color Cylindrical-coordinate representation of color #928C0D: hue angle of 57.29º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #928C0D is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 13 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.43 |
| HSL | 57.29º | 0.84% | 0.31% | - |
| HSV(B) | 57.29º | 0.91% | 0.57% | - |
| XYZ | 21.3 | 24.9 | 4.06 | - |
| YUV | 127.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 13 | 0 | 0.04 | 0.91 | 0.43 | 57.29 | 0.84 | 0.31 |
| Hex | 92 | 8C | D | 0 | 4 | 5B | 2B | 39 | 54 | 1F |
| Octal | 222 | 214 | 15 | 0 | 4 | 133 | 53 | 71 | 124 | 37 |
| Binary | 10010010 | 10001100 | 1101 | 0 | 100 | 1011011 | 101011 | 111001 | 1010100 | 11111 |
Color Harmonies of #928C0D
Complementary color
Monochromatic Colors of #928C0D
Black with #928C0D
Text Example
Text Example
White with #928C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C0D; }
p { color: rgb(146,140,13); }
H1.HeaderClassName
{
color: #928C0D;
}
.AnyTagClassName
{
color: #928C0D;
}
</style>
background-color css
<style>
a { background-color: #928C0D; }
a { background-color: rgb(146,140,13); }
div.DivClassName
{
background-color: #928C0D;
}
.BgClassName
{
background-color: #928C0D;
}
</style>
border-color css
<style>
span { border-color: #928C0D; }
span { border-color: rgb(146,140,13); }
td.TdClassName
{
border-color: #928C0D;
}
.TagClassName
{
border-color: #928C0D;
}
</style>