Shades of Olive #838C0F
Tints of Olive #838C0F
RGB
CMYK
RGB Variations
Color information
#838C0F (or 0x838C0F) is known color: Olive. HEX triplet: 83, 8C and 0F. RGB value is (131,140,15). Sum of RGB (Red+Green+Blue) = 131+140+15=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #838C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838C0F is #7C73F0. Grayscale: #7B7B7B. Windows color (decimal): -8156145 or 1019011. OLE color: 1019011.
HSL color Cylindrical-coordinate representation of color #838C0F: hue angle of 64.32º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #838C0F is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 15 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.45 |
| HSL | 64.32º | 0.81% | 0.3% | - |
| HSV(B) | 64.32º | 0.89% | 0.55% | - |
| XYZ | 18.82 | 23.62 | 4.02 | - |
| YUV | 123.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 15 | 0.06 | 0 | 0.89 | 0.45 | 64.32 | 0.81 | 0.3 |
| Hex | 83 | 8C | F | 6 | 0 | 59 | 2D | 40 | 51 | 1E |
| Octal | 203 | 214 | 17 | 6 | 0 | 131 | 55 | 100 | 121 | 36 |
| Binary | 10000011 | 10001100 | 1111 | 110 | 0 | 1011001 | 101101 | 1000000 | 1010001 | 11110 |
Color Harmonies of #838C0F
Complementary color
Monochromatic Colors of #838C0F
Black with #838C0F
Text Example
Text Example
White with #838C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C0F; }
p { color: rgb(131,140,15); }
H1.HeaderClassName
{
color: #838C0F;
}
.AnyTagClassName
{
color: #838C0F;
}
</style>
background-color css
<style>
a { background-color: #838C0F; }
a { background-color: rgb(131,140,15); }
div.DivClassName
{
background-color: #838C0F;
}
.BgClassName
{
background-color: #838C0F;
}
</style>
border-color css
<style>
span { border-color: #838C0F; }
span { border-color: rgb(131,140,15); }
td.TdClassName
{
border-color: #838C0F;
}
.TagClassName
{
border-color: #838C0F;
}
</style>