Shades of Olive #839305
Tints of Olive #839305
RGB
CMYK
RGB Variations
Color information
#839305 (or 0x839305) is known color: Olive. HEX triplet: 83, 93 and 05. RGB value is (131,147,5). Sum of RGB (Red+Green+Blue) = 131+147+5=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #839305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #839305 is #7C6CFA. Grayscale: #7E7E7E. Windows color (decimal): -8154363 or 365443. OLE color: 365443.
HSL color Cylindrical-coordinate representation of color #839305: hue angle of 66.76º degrees, saturation: 0.93, 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 #839305 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.42 |
| HSL | 66.76º | 0.93% | 0.3% | - |
| HSV(B) | 66.76º | 0.97% | 0.58% | - |
| XYZ | 19.82 | 25.7 | 4.06 | - |
| YUV | 126.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 5 | 0.11 | 0 | 0.97 | 0.42 | 66.76 | 0.93 | 0.3 |
| Hex | 83 | 93 | 5 | B | 0 | 61 | 2A | 43 | 5D | 1E |
| Octal | 203 | 223 | 5 | 13 | 0 | 141 | 52 | 103 | 135 | 36 |
| Binary | 10000011 | 10010011 | 101 | 1011 | 0 | 1100001 | 101010 | 1000011 | 1011101 | 11110 |
Color Harmonies of #839305
Complementary color
Monochromatic Colors of #839305
Black with #839305
Text Example
Text Example
White with #839305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839305; }
p { color: rgb(131,147,5); }
H1.HeaderClassName
{
color: #839305;
}
.AnyTagClassName
{
color: #839305;
}
</style>
background-color css
<style>
a { background-color: #839305; }
a { background-color: rgb(131,147,5); }
div.DivClassName
{
background-color: #839305;
}
.BgClassName
{
background-color: #839305;
}
</style>
border-color css
<style>
span { border-color: #839305; }
span { border-color: rgb(131,147,5); }
td.TdClassName
{
border-color: #839305;
}
.TagClassName
{
border-color: #839305;
}
</style>