Shades of Olive #839500
Tints of Olive #839500
RGB
CMYK
RGB Variations
Color information
#839500 (or 0x839500) is known color: Olive. HEX triplet: 83, 95 and 00. RGB value is (131,149,0). Sum of RGB (Red+Green+Blue) = 131+149+0=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #839500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839500 is #7C6AFF. Grayscale: #7F7F7F. Windows color (decimal): -8153856 or 38275. OLE color: 38275.
HSL color Cylindrical-coordinate representation of color #839500: hue angle of 67.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #839500 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.42 |
| HSL | 67.25º | 1% | 0.29% | - |
| HSV(B) | 67.25º | 1% | 0.58% | - |
| XYZ | 20.11 | 26.32 | 4.02 | - |
| YUV | 126.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 0 | 0.12 | 0 | 1 | 0.42 | 67.25 | 1 | 0.29 |
| Hex | 83 | 95 | 0 | C | 0 | 64 | 2A | 43 | 64 | 1D |
| Octal | 203 | 225 | 0 | 14 | 0 | 144 | 52 | 103 | 144 | 35 |
| Binary | 10000011 | 10010101 | 0 | 1100 | 0 | 1100100 | 101010 | 1000011 | 1100100 | 11101 |
Color Harmonies of #839500
Complementary color
Monochromatic Colors of #839500
Black with #839500
Text Example
Text Example
White with #839500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839500; }
p { color: rgb(131,149,0); }
H1.HeaderClassName
{
color: #839500;
}
.AnyTagClassName
{
color: #839500;
}
</style>
background-color css
<style>
a { background-color: #839500; }
a { background-color: rgb(131,149,0); }
div.DivClassName
{
background-color: #839500;
}
.BgClassName
{
background-color: #839500;
}
</style>
border-color css
<style>
span { border-color: #839500; }
span { border-color: rgb(131,149,0); }
td.TdClassName
{
border-color: #839500;
}
.TagClassName
{
border-color: #839500;
}
</style>