Shades of Olive #928101
Tints of Olive #928101
RGB
CMYK
RGB Variations
Color information
#928101 (or 0x928101) is known color: Olive. HEX triplet: 92, 81 and 01. RGB value is (146,129,1). Sum of RGB (Red+Green+Blue) = 146+129+1=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #928101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928101 is #6D7EFE. Grayscale: #787878. Windows color (decimal): -7175935 or 98706. OLE color: 98706.
HSL color Cylindrical-coordinate representation of color #928101: hue angle of 52.97º 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 #928101 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.43 |
| HSL | 52.97º | 0.99% | 0.29% | - |
| HSV(B) | 52.97º | 0.99% | 0.57% | - |
| XYZ | 19.71 | 21.81 | 3.2 | - |
| YUV | 119.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 1 | 0 | 0.12 | 0.99 | 0.43 | 52.97 | 0.99 | 0.29 |
| Hex | 92 | 81 | 1 | 0 | C | 63 | 2B | 35 | 63 | 1D |
| Octal | 222 | 201 | 1 | 0 | 14 | 143 | 53 | 65 | 143 | 35 |
| Binary | 10010010 | 10000001 | 1 | 0 | 1100 | 1100011 | 101011 | 110101 | 1100011 | 11101 |
Color Harmonies of #928101
Complementary color
Monochromatic Colors of #928101
Black with #928101
Text Example
Text Example
White with #928101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928101; }
p { color: rgb(146,129,1); }
H1.HeaderClassName
{
color: #928101;
}
.AnyTagClassName
{
color: #928101;
}
</style>
background-color css
<style>
a { background-color: #928101; }
a { background-color: rgb(146,129,1); }
div.DivClassName
{
background-color: #928101;
}
.BgClassName
{
background-color: #928101;
}
</style>
border-color css
<style>
span { border-color: #928101; }
span { border-color: rgb(146,129,1); }
td.TdClassName
{
border-color: #928101;
}
.TagClassName
{
border-color: #928101;
}
</style>