Shades of Olive #92830D
Tints of Olive #92830D
RGB
CMYK
RGB Variations
Color information
#92830D (or 0x92830D) is known color: Olive. HEX triplet: 92, 83 and 0D. RGB value is (146,131,13). Sum of RGB (Red+Green+Blue) = 146+131+13=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92830D is #6D7CF2. Grayscale: #7A7A7A. Windows color (decimal): -7175411 or 885650. OLE color: 885650.
HSL color Cylindrical-coordinate representation of color #92830D: hue angle of 53.23º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92830D is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 131 | 13 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.43 |
| HSL | 53.23º | 0.84% | 0.31% | - |
| HSV(B) | 53.23º | 0.91% | 0.57% | - |
| XYZ | 20.04 | 22.37 | 3.64 | - |
| YUV | 122.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 13 | 0 | 0.10 | 0.91 | 0.43 | 53.23 | 0.84 | 0.31 |
| Hex | 92 | 83 | D | 0 | A | 5B | 2B | 35 | 54 | 1F |
| Octal | 222 | 203 | 15 | 0 | 12 | 133 | 53 | 65 | 124 | 37 |
| Binary | 10010010 | 10000011 | 1101 | 0 | 1010 | 1011011 | 101011 | 110101 | 1010100 | 11111 |
Color Harmonies of #92830D
Complementary color
Monochromatic Colors of #92830D
Black with #92830D
Text Example
Text Example
White with #92830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92830D; }
p { color: rgb(146,131,13); }
H1.HeaderClassName
{
color: #92830D;
}
.AnyTagClassName
{
color: #92830D;
}
</style>
background-color css
<style>
a { background-color: #92830D; }
a { background-color: rgb(146,131,13); }
div.DivClassName
{
background-color: #92830D;
}
.BgClassName
{
background-color: #92830D;
}
</style>
border-color css
<style>
span { border-color: #92830D; }
span { border-color: rgb(146,131,13); }
td.TdClassName
{
border-color: #92830D;
}
.TagClassName
{
border-color: #92830D;
}
</style>