Shades of Olive #838100
Tints of Olive #838100
RGB
CMYK
RGB Variations
Color information
#838100 (or 0x838100) is known color: Olive. HEX triplet: 83, 81 and 00. RGB value is (131,129,0). Sum of RGB (Red+Green+Blue) = 131+129+0=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #838100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838100 is #7C7EFF. Grayscale: #737373. Windows color (decimal): -8158976 or 33155. OLE color: 33155.
HSL color Cylindrical-coordinate representation of color #838100: hue angle of 59.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.49 |
| HSL | 59.08º | 1% | 0.26% | - |
| HSV(B) | 59.08º | 1% | 0.51% | - |
| XYZ | 17.21 | 20.53 | 3.05 | - |
| YUV | 114.89 | 63.16 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 0 | 0 | 0.02 | 1 | 0.49 | 59.08 | 1 | 0.26 |
| Hex | 83 | 81 | 0 | 0 | 2 | 64 | 31 | 3B | 64 | 1A |
| Octal | 203 | 201 | 0 | 0 | 2 | 144 | 61 | 73 | 144 | 32 |
| Binary | 10000011 | 10000001 | 0 | 0 | 10 | 1100100 | 110001 | 111011 | 1100100 | 11010 |
Color Harmonies of #838100
Complementary color
Monochromatic Colors of #838100
Black with #838100
Text Example
Text Example
White with #838100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838100; }
p { color: rgb(131,129,0); }
H1.HeaderClassName
{
color: #838100;
}
.AnyTagClassName
{
color: #838100;
}
</style>
background-color css
<style>
a { background-color: #838100; }
a { background-color: rgb(131,129,0); }
div.DivClassName
{
background-color: #838100;
}
.BgClassName
{
background-color: #838100;
}
</style>
border-color css
<style>
span { border-color: #838100; }
span { border-color: rgb(131,129,0); }
td.TdClassName
{
border-color: #838100;
}
.TagClassName
{
border-color: #838100;
}
</style>