Shades of Olive #927C0C
Tints of Olive #927C0C
RGB
CMYK
RGB Variations
Color information
#927C0C (or 0x927C0C) is known color: Olive. HEX triplet: 92, 7C and 0C. RGB value is (146,124,12). Sum of RGB (Red+Green+Blue) = 146+124+12=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #927C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C0C is #6D83F3. Grayscale: #767676. Windows color (decimal): -7177204 or 818322. OLE color: 818322.
HSL color Cylindrical-coordinate representation of color #927C0C: hue angle of 50.15º degrees, saturation: 0.85, 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 #927C0C is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 12 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.43 |
| HSL | 50.15º | 0.85% | 0.31% | - |
| HSV(B) | 50.15º | 0.92% | 0.57% | - |
| XYZ | 19.13 | 20.55 | 3.31 | - |
| YUV | 117.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 12 | 0 | 0.15 | 0.92 | 0.43 | 50.15 | 0.85 | 0.31 |
| Hex | 92 | 7C | C | 0 | F | 5C | 2B | 32 | 55 | 1F |
| Octal | 222 | 174 | 14 | 0 | 17 | 134 | 53 | 62 | 125 | 37 |
| Binary | 10010010 | 1111100 | 1100 | 0 | 1111 | 1011100 | 101011 | 110010 | 1010101 | 11111 |
Color Harmonies of #927C0C
Complementary color
Monochromatic Colors of #927C0C
Black with #927C0C
Text Example
Text Example
White with #927C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C0C; }
p { color: rgb(146,124,12); }
H1.HeaderClassName
{
color: #927C0C;
}
.AnyTagClassName
{
color: #927C0C;
}
</style>
background-color css
<style>
a { background-color: #927C0C; }
a { background-color: rgb(146,124,12); }
div.DivClassName
{
background-color: #927C0C;
}
.BgClassName
{
background-color: #927C0C;
}
</style>
border-color css
<style>
span { border-color: #927C0C; }
span { border-color: rgb(146,124,12); }
td.TdClassName
{
border-color: #927C0C;
}
.TagClassName
{
border-color: #927C0C;
}
</style>