Shades of Olive #838F0F
Tints of Olive #838F0F
RGB
CMYK
RGB Variations
Color information
#838F0F (or 0x838F0F) is known color: Olive. HEX triplet: 83, 8F and 0F. RGB value is (131,143,15). Sum of RGB (Red+Green+Blue) = 131+143+15=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #838F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838F0F is #7C70F0. Grayscale: #7D7D7D. Windows color (decimal): -8155377 or 1019779. OLE color: 1019779.
HSL color Cylindrical-coordinate representation of color #838F0F: hue angle of 65.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #838F0F is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 143 | 15 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.44 |
| HSL | 65.63º | 0.81% | 0.31% | - |
| HSV(B) | 65.63º | 0.9% | 0.56% | - |
| XYZ | 19.27 | 24.5 | 4.17 | - |
| YUV | 124.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 143 | 15 | 0.08 | 0 | 0.90 | 0.44 | 65.63 | 0.81 | 0.31 |
| Hex | 83 | 8F | F | 8 | 0 | 5A | 2C | 42 | 51 | 1F |
| Octal | 203 | 217 | 17 | 10 | 0 | 132 | 54 | 102 | 121 | 37 |
| Binary | 10000011 | 10001111 | 1111 | 1000 | 0 | 1011010 | 101100 | 1000010 | 1010001 | 11111 |
Color Harmonies of #838F0F
Complementary color
Monochromatic Colors of #838F0F
Black with #838F0F
Text Example
Text Example
White with #838F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838F0F; }
p { color: rgb(131,143,15); }
H1.HeaderClassName
{
color: #838F0F;
}
.AnyTagClassName
{
color: #838F0F;
}
</style>
background-color css
<style>
a { background-color: #838F0F; }
a { background-color: rgb(131,143,15); }
div.DivClassName
{
background-color: #838F0F;
}
.BgClassName
{
background-color: #838F0F;
}
</style>
border-color css
<style>
span { border-color: #838F0F; }
span { border-color: rgb(131,143,15); }
td.TdClassName
{
border-color: #838F0F;
}
.TagClassName
{
border-color: #838F0F;
}
</style>