Shades of Olive #839400
Tints of Olive #839400
RGB
CMYK
RGB Variations
Color information
#839400 (or 0x839400) is known color: Olive. HEX triplet: 83, 94 and 00. RGB value is (131,148,0). Sum of RGB (Red+Green+Blue) = 131+148+0=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #839400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839400 is #7C6BFF. Grayscale: #7E7E7E. Windows color (decimal): -8154112 or 38019. OLE color: 38019.
HSL color Cylindrical-coordinate representation of color #839400: hue angle of 66.89º 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 #839400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.42 |
| HSL | 66.89º | 1% | 0.29% | - |
| HSV(B) | 66.89º | 1% | 0.58% | - |
| XYZ | 19.95 | 26.01 | 3.97 | - |
| YUV | 126.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 0 | 0.11 | 0 | 1 | 0.42 | 66.89 | 1 | 0.29 |
| Hex | 83 | 94 | 0 | B | 0 | 64 | 2A | 43 | 64 | 1D |
| Octal | 203 | 224 | 0 | 13 | 0 | 144 | 52 | 103 | 144 | 35 |
| Binary | 10000011 | 10010100 | 0 | 1011 | 0 | 1100100 | 101010 | 1000011 | 1100100 | 11101 |
Color Harmonies of #839400
Complementary color
Monochromatic Colors of #839400
Black with #839400
Text Example
Text Example
White with #839400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839400; }
p { color: rgb(131,148,0); }
H1.HeaderClassName
{
color: #839400;
}
.AnyTagClassName
{
color: #839400;
}
</style>
background-color css
<style>
a { background-color: #839400; }
a { background-color: rgb(131,148,0); }
div.DivClassName
{
background-color: #839400;
}
.BgClassName
{
background-color: #839400;
}
</style>
border-color css
<style>
span { border-color: #839400; }
span { border-color: rgb(131,148,0); }
td.TdClassName
{
border-color: #839400;
}
.TagClassName
{
border-color: #839400;
}
</style>