Shades of Olive #927F00
Tints of Olive #927F00
RGB
CMYK
RGB Variations
Color information
#927F00 (or 0x927F00) is known color: Olive. HEX triplet: 92, 7F and 00. RGB value is (146,127,0). Sum of RGB (Red+Green+Blue) = 146+127+0=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #927F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F00 is #6D80FF. Grayscale: #767676. Windows color (decimal): -7176448 or 32658. OLE color: 32658.
HSL color Cylindrical-coordinate representation of color #927F00: hue angle of 52.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #927F00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.43 |
| HSL | 52.19º | 1% | 0.29% | - |
| HSV(B) | 52.19º | 1% | 0.57% | - |
| XYZ | 19.44 | 21.29 | 3.08 | - |
| YUV | 118.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 0 | 0 | 0.13 | 1 | 0.43 | 52.19 | 1 | 0.29 |
| Hex | 92 | 7F | 0 | 0 | D | 64 | 2B | 34 | 64 | 1D |
| Octal | 222 | 177 | 0 | 0 | 15 | 144 | 53 | 64 | 144 | 35 |
| Binary | 10010010 | 1111111 | 0 | 0 | 1101 | 1100100 | 101011 | 110100 | 1100100 | 11101 |
Color Harmonies of #927F00
Complementary color
Monochromatic Colors of #927F00
Black with #927F00
Text Example
Text Example
White with #927F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F00; }
p { color: rgb(146,127,0); }
H1.HeaderClassName
{
color: #927F00;
}
.AnyTagClassName
{
color: #927F00;
}
</style>
background-color css
<style>
a { background-color: #927F00; }
a { background-color: rgb(146,127,0); }
div.DivClassName
{
background-color: #927F00;
}
.BgClassName
{
background-color: #927F00;
}
</style>
border-color css
<style>
span { border-color: #927F00; }
span { border-color: rgb(146,127,0); }
td.TdClassName
{
border-color: #927F00;
}
.TagClassName
{
border-color: #927F00;
}
</style>