Shades of Olive #927400
Tints of Olive #927400
RGB
CMYK
RGB Variations
Color information
#927400 (or 0x927400) is known color: Olive. HEX triplet: 92, 74 and 00. RGB value is (146,116,0). Sum of RGB (Red+Green+Blue) = 146+116+0=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #927400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927400 is #6D8BFF. Grayscale: #707070. Windows color (decimal): -7179264 or 29842. OLE color: 29842.
HSL color Cylindrical-coordinate representation of color #927400: hue angle of 47.67º 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 #927400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.43 |
| HSL | 47.67º | 1% | 0.29% | - |
| HSV(B) | 47.67º | 1% | 0.57% | - |
| XYZ | 18.1 | 18.6 | 2.64 | - |
| YUV | 111.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 0 | 0 | 0.21 | 1 | 0.43 | 47.67 | 1 | 0.29 |
| Hex | 92 | 74 | 0 | 0 | 15 | 64 | 2B | 30 | 64 | 1D |
| Octal | 222 | 164 | 0 | 0 | 25 | 144 | 53 | 60 | 144 | 35 |
| Binary | 10010010 | 1110100 | 0 | 0 | 10101 | 1100100 | 101011 | 110000 | 1100100 | 11101 |
Color Harmonies of #927400
Complementary color
Monochromatic Colors of #927400
Black with #927400
Text Example
Text Example
White with #927400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927400; }
p { color: rgb(146,116,0); }
H1.HeaderClassName
{
color: #927400;
}
.AnyTagClassName
{
color: #927400;
}
</style>
background-color css
<style>
a { background-color: #927400; }
a { background-color: rgb(146,116,0); }
div.DivClassName
{
background-color: #927400;
}
.BgClassName
{
background-color: #927400;
}
</style>
border-color css
<style>
span { border-color: #927400; }
span { border-color: rgb(146,116,0); }
td.TdClassName
{
border-color: #927400;
}
.TagClassName
{
border-color: #927400;
}
</style>