Shades of Olive #838101
Tints of Olive #838101
RGB
CMYK
RGB Variations
Color information
#838101 (or 0x838101) is known color: Olive. HEX triplet: 83, 81 and 01. RGB value is (131,129,1). Sum of RGB (Red+Green+Blue) = 131+129+1=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #838101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838101 is #7C7EFE. Grayscale: #737373. Windows color (decimal): -8158975 or 98691. OLE color: 98691.
HSL color Cylindrical-coordinate representation of color #838101: hue angle of 59.08º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #838101 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.49 |
| HSL | 59.08º | 0.98% | 0.26% | - |
| HSV(B) | 59.08º | 0.99% | 0.51% | - |
| XYZ | 17.22 | 20.53 | 3.08 | - |
| YUV | 115.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 1 | 0 | 0.02 | 0.99 | 0.49 | 59.08 | 0.98 | 0.26 |
| Hex | 83 | 81 | 1 | 0 | 2 | 63 | 31 | 3B | 62 | 1A |
| Octal | 203 | 201 | 1 | 0 | 2 | 143 | 61 | 73 | 142 | 32 |
| Binary | 10000011 | 10000001 | 1 | 0 | 10 | 1100011 | 110001 | 111011 | 1100010 | 11010 |
Color Harmonies of #838101
Complementary color
Monochromatic Colors of #838101
Black with #838101
Text Example
Text Example
White with #838101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838101; }
p { color: rgb(131,129,1); }
H1.HeaderClassName
{
color: #838101;
}
.AnyTagClassName
{
color: #838101;
}
</style>
background-color css
<style>
a { background-color: #838101; }
a { background-color: rgb(131,129,1); }
div.DivClassName
{
background-color: #838101;
}
.BgClassName
{
background-color: #838101;
}
</style>
border-color css
<style>
span { border-color: #838101; }
span { border-color: rgb(131,129,1); }
td.TdClassName
{
border-color: #838101;
}
.TagClassName
{
border-color: #838101;
}
</style>