Shades of Olive #838D10
Tints of Olive #838D10
RGB
CMYK
RGB Variations
Color information
#838D10 (or 0x838D10) is known color: Olive. HEX triplet: 83, 8D and 10. RGB value is (131,141,16). Sum of RGB (Red+Green+Blue) = 131+141+16=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #838D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D10 is #7C72EF. Grayscale: #7C7C7C. Windows color (decimal): -8155888 or 1084803. OLE color: 1084803.
HSL color Cylindrical-coordinate representation of color #838D10: hue angle of 64.8º degrees, saturation: 0.8, 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 #838D10 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 16 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.45 |
| HSL | 64.8º | 0.8% | 0.31% | - |
| HSV(B) | 64.8º | 0.89% | 0.55% | - |
| XYZ | 18.98 | 23.91 | 4.11 | - |
| YUV | 123.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 16 | 0.07 | 0 | 0.89 | 0.45 | 64.8 | 0.8 | 0.31 |
| Hex | 83 | 8D | 10 | 7 | 0 | 59 | 2D | 41 | 50 | 1F |
| Octal | 203 | 215 | 20 | 7 | 0 | 131 | 55 | 101 | 120 | 37 |
| Binary | 10000011 | 10001101 | 10000 | 111 | 0 | 1011001 | 101101 | 1000001 | 1010000 | 11111 |
Color Harmonies of #838D10
Complementary color
Monochromatic Colors of #838D10
Black with #838D10
Text Example
Text Example
White with #838D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D10; }
p { color: rgb(131,141,16); }
H1.HeaderClassName
{
color: #838D10;
}
.AnyTagClassName
{
color: #838D10;
}
</style>
background-color css
<style>
a { background-color: #838D10; }
a { background-color: rgb(131,141,16); }
div.DivClassName
{
background-color: #838D10;
}
.BgClassName
{
background-color: #838D10;
}
</style>
border-color css
<style>
span { border-color: #838D10; }
span { border-color: rgb(131,141,16); }
td.TdClassName
{
border-color: #838D10;
}
.TagClassName
{
border-color: #838D10;
}
</style>