Shades of Olive #927B05
Tints of Olive #927B05
RGB
CMYK
RGB Variations
Color information
#927B05 (or 0x927B05) is known color: Olive. HEX triplet: 92, 7B and 05. RGB value is (146,123,5). Sum of RGB (Red+Green+Blue) = 146+123+5=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #927B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927B05 is #6D84FA. Grayscale: #747474. Windows color (decimal): -7177467 or 359314. OLE color: 359314.
HSL color Cylindrical-coordinate representation of color #927B05: hue angle of 50.21º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #927B05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.43 |
| HSL | 50.21º | 0.93% | 0.3% | - |
| HSV(B) | 50.21º | 0.97% | 0.57% | - |
| XYZ | 18.96 | 20.29 | 3.06 | - |
| YUV | 116.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 5 | 0 | 0.16 | 0.97 | 0.43 | 50.21 | 0.93 | 0.3 |
| Hex | 92 | 7B | 5 | 0 | 10 | 61 | 2B | 32 | 5D | 1E |
| Octal | 222 | 173 | 5 | 0 | 20 | 141 | 53 | 62 | 135 | 36 |
| Binary | 10010010 | 1111011 | 101 | 0 | 10000 | 1100001 | 101011 | 110010 | 1011101 | 11110 |
Color Harmonies of #927B05
Complementary color
Monochromatic Colors of #927B05
Black with #927B05
Text Example
Text Example
White with #927B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B05; }
p { color: rgb(146,123,5); }
H1.HeaderClassName
{
color: #927B05;
}
.AnyTagClassName
{
color: #927B05;
}
</style>
background-color css
<style>
a { background-color: #927B05; }
a { background-color: rgb(146,123,5); }
div.DivClassName
{
background-color: #927B05;
}
.BgClassName
{
background-color: #927B05;
}
</style>
border-color css
<style>
span { border-color: #927B05; }
span { border-color: rgb(146,123,5); }
td.TdClassName
{
border-color: #927B05;
}
.TagClassName
{
border-color: #927B05;
}
</style>