Shades of Olive #928709
Tints of Olive #928709
RGB
CMYK
RGB Variations
Color information
#928709 (or 0x928709) is known color: Olive. HEX triplet: 92, 87 and 09. RGB value is (146,135,9). Sum of RGB (Red+Green+Blue) = 146+135+9=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #928709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928709 is #6D78F6. Grayscale: #7C7C7C. Windows color (decimal): -7174391 or 624530. OLE color: 624530.
HSL color Cylindrical-coordinate representation of color #928709: hue angle of 55.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #928709 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 9 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.43 |
| HSL | 55.18º | 0.88% | 0.3% | - |
| HSV(B) | 55.18º | 0.94% | 0.57% | - |
| XYZ | 20.57 | 23.46 | 3.7 | - |
| YUV | 123.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 9 | 0 | 0.08 | 0.94 | 0.43 | 55.18 | 0.88 | 0.3 |
| Hex | 92 | 87 | 9 | 0 | 8 | 5E | 2B | 37 | 58 | 1E |
| Octal | 222 | 207 | 11 | 0 | 10 | 136 | 53 | 67 | 130 | 36 |
| Binary | 10010010 | 10000111 | 1001 | 0 | 1000 | 1011110 | 101011 | 110111 | 1011000 | 11110 |
Color Harmonies of #928709
Complementary color
Monochromatic Colors of #928709
Black with #928709
Text Example
Text Example
White with #928709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928709; }
p { color: rgb(146,135,9); }
H1.HeaderClassName
{
color: #928709;
}
.AnyTagClassName
{
color: #928709;
}
</style>
background-color css
<style>
a { background-color: #928709; }
a { background-color: rgb(146,135,9); }
div.DivClassName
{
background-color: #928709;
}
.BgClassName
{
background-color: #928709;
}
</style>
border-color css
<style>
span { border-color: #928709; }
span { border-color: rgb(146,135,9); }
td.TdClassName
{
border-color: #928709;
}
.TagClassName
{
border-color: #928709;
}
</style>