Shades of Olive #928100
Tints of Olive #928100
RGB
CMYK
RGB Variations
Color information
#928100 (or 0x928100) is known color: Olive. HEX triplet: 92, 81 and 00. RGB value is (146,129,0). Sum of RGB (Red+Green+Blue) = 146+129+0=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #928100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928100 is #6D7EFF. Grayscale: #777777. Windows color (decimal): -7175936 or 33170. OLE color: 33170.
HSL color Cylindrical-coordinate representation of color #928100: hue angle of 53.01º 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 #928100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.43 |
| HSL | 53.01º | 1% | 0.29% | - |
| HSV(B) | 53.01º | 1% | 0.57% | - |
| XYZ | 19.7 | 21.81 | 3.17 | - |
| YUV | 119.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 0 | 0 | 0.12 | 1 | 0.43 | 53.01 | 1 | 0.29 |
| Hex | 92 | 81 | 0 | 0 | C | 64 | 2B | 35 | 64 | 1D |
| Octal | 222 | 201 | 0 | 0 | 14 | 144 | 53 | 65 | 144 | 35 |
| Binary | 10010010 | 10000001 | 0 | 0 | 1100 | 1100100 | 101011 | 110101 | 1100100 | 11101 |
Color Harmonies of #928100
Complementary color
Monochromatic Colors of #928100
Black with #928100
Text Example
Text Example
White with #928100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928100; }
p { color: rgb(146,129,0); }
H1.HeaderClassName
{
color: #928100;
}
.AnyTagClassName
{
color: #928100;
}
</style>
background-color css
<style>
a { background-color: #928100; }
a { background-color: rgb(146,129,0); }
div.DivClassName
{
background-color: #928100;
}
.BgClassName
{
background-color: #928100;
}
</style>
border-color css
<style>
span { border-color: #928100; }
span { border-color: rgb(146,129,0); }
td.TdClassName
{
border-color: #928100;
}
.TagClassName
{
border-color: #928100;
}
</style>