Shades of Olive #839404
Tints of Olive #839404
RGB
CMYK
RGB Variations
Color information
#839404 (or 0x839404) is known color: Olive. HEX triplet: 83, 94 and 04. RGB value is (131,148,4). Sum of RGB (Red+Green+Blue) = 131+148+4=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #839404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839404 is #7C6BFB. Grayscale: #7F7F7F. Windows color (decimal): -8154108 or 300163. OLE color: 300163.
HSL color Cylindrical-coordinate representation of color #839404: hue angle of 67.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #839404 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.42 |
| HSL | 67.08º | 0.95% | 0.3% | - |
| HSV(B) | 67.08º | 0.97% | 0.58% | - |
| XYZ | 19.97 | 26.01 | 4.08 | - |
| YUV | 126.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 4 | 0.11 | 0 | 0.97 | 0.42 | 67.08 | 0.95 | 0.3 |
| Hex | 83 | 94 | 4 | B | 0 | 61 | 2A | 43 | 5F | 1E |
| Octal | 203 | 224 | 4 | 13 | 0 | 141 | 52 | 103 | 137 | 36 |
| Binary | 10000011 | 10010100 | 100 | 1011 | 0 | 1100001 | 101010 | 1000011 | 1011111 | 11110 |
Color Harmonies of #839404
Complementary color
Monochromatic Colors of #839404
Black with #839404
Text Example
Text Example
White with #839404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839404; }
p { color: rgb(131,148,4); }
H1.HeaderClassName
{
color: #839404;
}
.AnyTagClassName
{
color: #839404;
}
</style>
background-color css
<style>
a { background-color: #839404; }
a { background-color: rgb(131,148,4); }
div.DivClassName
{
background-color: #839404;
}
.BgClassName
{
background-color: #839404;
}
</style>
border-color css
<style>
span { border-color: #839404; }
span { border-color: rgb(131,148,4); }
td.TdClassName
{
border-color: #839404;
}
.TagClassName
{
border-color: #839404;
}
</style>