Shades of Olive #927C01
Tints of Olive #927C01
RGB
CMYK
RGB Variations
Color information
#927C01 (or 0x927C01) is known color: Olive. HEX triplet: 92, 7C and 01. RGB value is (146,124,1). Sum of RGB (Red+Green+Blue) = 146+124+1=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #927C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C01 is #6D83FE. Grayscale: #757575. Windows color (decimal): -7177215 or 97426. OLE color: 97426.
HSL color Cylindrical-coordinate representation of color #927C01: hue angle of 50.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #927C01 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.43 |
| HSL | 50.9º | 0.99% | 0.29% | - |
| HSV(B) | 50.9º | 0.99% | 0.57% | - |
| XYZ | 19.07 | 20.53 | 2.99 | - |
| YUV | 116.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 1 | 0 | 0.15 | 0.99 | 0.43 | 50.9 | 0.99 | 0.29 |
| Hex | 92 | 7C | 1 | 0 | F | 63 | 2B | 33 | 63 | 1D |
| Octal | 222 | 174 | 1 | 0 | 17 | 143 | 53 | 63 | 143 | 35 |
| Binary | 10010010 | 1111100 | 1 | 0 | 1111 | 1100011 | 101011 | 110011 | 1100011 | 11101 |
Color Harmonies of #927C01
Complementary color
Monochromatic Colors of #927C01
Black with #927C01
Text Example
Text Example
White with #927C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C01; }
p { color: rgb(146,124,1); }
H1.HeaderClassName
{
color: #927C01;
}
.AnyTagClassName
{
color: #927C01;
}
</style>
background-color css
<style>
a { background-color: #927C01; }
a { background-color: rgb(146,124,1); }
div.DivClassName
{
background-color: #927C01;
}
.BgClassName
{
background-color: #927C01;
}
</style>
border-color css
<style>
span { border-color: #927C01; }
span { border-color: rgb(146,124,1); }
td.TdClassName
{
border-color: #927C01;
}
.TagClassName
{
border-color: #927C01;
}
</style>