Shades of Olive #839607
Tints of Olive #839607
RGB
CMYK
RGB Variations
Color information
#839607 (or 0x839607) is known color: Olive. HEX triplet: 83, 96 and 07. RGB value is (131,150,7). Sum of RGB (Red+Green+Blue) = 131+150+7=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #839607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839607 is #7C69F8. Grayscale: #808080. Windows color (decimal): -8153593 or 497283. OLE color: 497283.
HSL color Cylindrical-coordinate representation of color #839607: hue angle of 67.97º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #839607 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 7 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.41 |
| HSL | 67.97º | 0.91% | 0.31% | - |
| HSV(B) | 67.97º | 0.95% | 0.59% | - |
| XYZ | 20.3 | 26.65 | 4.28 | - |
| YUV | 128.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 7 | 0.13 | 0 | 0.95 | 0.41 | 67.97 | 0.91 | 0.31 |
| Hex | 83 | 96 | 7 | D | 0 | 5F | 29 | 44 | 5B | 1F |
| Octal | 203 | 226 | 7 | 15 | 0 | 137 | 51 | 104 | 133 | 37 |
| Binary | 10000011 | 10010110 | 111 | 1101 | 0 | 1011111 | 101001 | 1000100 | 1011011 | 11111 |
Color Harmonies of #839607
Complementary color
Monochromatic Colors of #839607
Black with #839607
Text Example
Text Example
White with #839607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839607; }
p { color: rgb(131,150,7); }
H1.HeaderClassName
{
color: #839607;
}
.AnyTagClassName
{
color: #839607;
}
</style>
background-color css
<style>
a { background-color: #839607; }
a { background-color: rgb(131,150,7); }
div.DivClassName
{
background-color: #839607;
}
.BgClassName
{
background-color: #839607;
}
</style>
border-color css
<style>
span { border-color: #839607; }
span { border-color: rgb(131,150,7); }
td.TdClassName
{
border-color: #839607;
}
.TagClassName
{
border-color: #839607;
}
</style>