Shades of Olive #927F0C
Tints of Olive #927F0C
RGB
CMYK
RGB Variations
Color information
#927F0C (or 0x927F0C) is known color: Olive. HEX triplet: 92, 7F and 0C. RGB value is (146,127,12). Sum of RGB (Red+Green+Blue) = 146+127+12=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #927F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F0C is #6D80F3. Grayscale: #787878. Windows color (decimal): -7176436 or 819090. OLE color: 819090.
HSL color Cylindrical-coordinate representation of color #927F0C: hue angle of 51.49º 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 #927F0C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.43 |
| HSL | 51.49º | 0.85% | 0.31% | - |
| HSV(B) | 51.49º | 0.92% | 0.57% | - |
| XYZ | 19.51 | 21.32 | 3.43 | - |
| YUV | 119.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 12 | 0 | 0.13 | 0.92 | 0.43 | 51.49 | 0.85 | 0.31 |
| Hex | 92 | 7F | C | 0 | D | 5C | 2B | 33 | 55 | 1F |
| Octal | 222 | 177 | 14 | 0 | 15 | 134 | 53 | 63 | 125 | 37 |
| Binary | 10010010 | 1111111 | 1100 | 0 | 1101 | 1011100 | 101011 | 110011 | 1010101 | 11111 |
Color Harmonies of #927F0C
Complementary color
Monochromatic Colors of #927F0C
Black with #927F0C
Text Example
Text Example
White with #927F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F0C; }
p { color: rgb(146,127,12); }
H1.HeaderClassName
{
color: #927F0C;
}
.AnyTagClassName
{
color: #927F0C;
}
</style>
background-color css
<style>
a { background-color: #927F0C; }
a { background-color: rgb(146,127,12); }
div.DivClassName
{
background-color: #927F0C;
}
.BgClassName
{
background-color: #927F0C;
}
</style>
border-color css
<style>
span { border-color: #927F0C; }
span { border-color: rgb(146,127,12); }
td.TdClassName
{
border-color: #927F0C;
}
.TagClassName
{
border-color: #927F0C;
}
</style>