Shades of Olive #838D0F
Tints of Olive #838D0F
RGB
CMYK
RGB Variations
Color information
#838D0F (or 0x838D0F) is known color: Olive. HEX triplet: 83, 8D and 0F. RGB value is (131,141,15). Sum of RGB (Red+Green+Blue) = 131+141+15=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #838D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D0F is #7C72F0. Grayscale: #7C7C7C. Windows color (decimal): -8155889 or 1019267. OLE color: 1019267.
HSL color Cylindrical-coordinate representation of color #838D0F: hue angle of 64.76º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #838D0F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 15 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.45 |
| HSL | 64.76º | 0.81% | 0.31% | - |
| HSV(B) | 64.76º | 0.89% | 0.55% | - |
| XYZ | 18.97 | 23.91 | 4.07 | - |
| YUV | 123.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 15 | 0.07 | 0 | 0.89 | 0.45 | 64.76 | 0.81 | 0.31 |
| Hex | 83 | 8D | F | 7 | 0 | 59 | 2D | 41 | 51 | 1F |
| Octal | 203 | 215 | 17 | 7 | 0 | 131 | 55 | 101 | 121 | 37 |
| Binary | 10000011 | 10001101 | 1111 | 111 | 0 | 1011001 | 101101 | 1000001 | 1010001 | 11111 |
Color Harmonies of #838D0F
Complementary color
Monochromatic Colors of #838D0F
Black with #838D0F
Text Example
Text Example
White with #838D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D0F; }
p { color: rgb(131,141,15); }
H1.HeaderClassName
{
color: #838D0F;
}
.AnyTagClassName
{
color: #838D0F;
}
</style>
background-color css
<style>
a { background-color: #838D0F; }
a { background-color: rgb(131,141,15); }
div.DivClassName
{
background-color: #838D0F;
}
.BgClassName
{
background-color: #838D0F;
}
</style>
border-color css
<style>
span { border-color: #838D0F; }
span { border-color: rgb(131,141,15); }
td.TdClassName
{
border-color: #838D0F;
}
.TagClassName
{
border-color: #838D0F;
}
</style>