Shades of Olive #927901
Tints of Olive #927901
RGB
CMYK
RGB Variations
Color information
#927901 (or 0x927901) is known color: Olive. HEX triplet: 92, 79 and 01. RGB value is (146,121,1). Sum of RGB (Red+Green+Blue) = 146+121+1=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #927901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927901 is #6D86FE. Grayscale: #737373. Windows color (decimal): -7177983 or 96658. OLE color: 96658.
HSL color Cylindrical-coordinate representation of color #927901: hue angle of 49.66º 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 #927901 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 121 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.43 |
| HSL | 49.66º | 0.99% | 0.29% | - |
| HSV(B) | 49.66º | 0.99% | 0.57% | - |
| XYZ | 18.7 | 19.79 | 2.86 | - |
| YUV | 114.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 1 | 0 | 0.17 | 0.99 | 0.43 | 49.66 | 0.99 | 0.29 |
| Hex | 92 | 79 | 1 | 0 | 11 | 63 | 2B | 32 | 63 | 1D |
| Octal | 222 | 171 | 1 | 0 | 21 | 143 | 53 | 62 | 143 | 35 |
| Binary | 10010010 | 1111001 | 1 | 0 | 10001 | 1100011 | 101011 | 110010 | 1100011 | 11101 |
Color Harmonies of #927901
Complementary color
Monochromatic Colors of #927901
Black with #927901
Text Example
Text Example
White with #927901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927901; }
p { color: rgb(146,121,1); }
H1.HeaderClassName
{
color: #927901;
}
.AnyTagClassName
{
color: #927901;
}
</style>
background-color css
<style>
a { background-color: #927901; }
a { background-color: rgb(146,121,1); }
div.DivClassName
{
background-color: #927901;
}
.BgClassName
{
background-color: #927901;
}
</style>
border-color css
<style>
span { border-color: #927901; }
span { border-color: rgb(146,121,1); }
td.TdClassName
{
border-color: #927901;
}
.TagClassName
{
border-color: #927901;
}
</style>