Shades of Olive #838005
Tints of Olive #838005
RGB
CMYK
RGB Variations
Color information
#838005 (or 0x838005) is known color: Olive. HEX triplet: 83, 80 and 05. RGB value is (131,128,5). Sum of RGB (Red+Green+Blue) = 131+128+5=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #838005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838005 is #7C7FFA. Grayscale: #737373. Windows color (decimal): -8159227 or 360579. OLE color: 360579.
HSL color Cylindrical-coordinate representation of color #838005: hue angle of 58.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #838005 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 128 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.49 |
| HSL | 58.57º | 0.93% | 0.27% | - |
| HSV(B) | 58.57º | 0.96% | 0.51% | - |
| XYZ | 17.11 | 20.27 | 3.16 | - |
| YUV | 114.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 5 | 0 | 0.02 | 0.96 | 0.49 | 58.57 | 0.93 | 0.27 |
| Hex | 83 | 80 | 5 | 0 | 2 | 60 | 31 | 3B | 5D | 1B |
| Octal | 203 | 200 | 5 | 0 | 2 | 140 | 61 | 73 | 135 | 33 |
| Binary | 10000011 | 10000000 | 101 | 0 | 10 | 1100000 | 110001 | 111011 | 1011101 | 11011 |
Color Harmonies of #838005
Complementary color
Monochromatic Colors of #838005
Black with #838005
Text Example
Text Example
White with #838005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838005; }
p { color: rgb(131,128,5); }
H1.HeaderClassName
{
color: #838005;
}
.AnyTagClassName
{
color: #838005;
}
</style>
background-color css
<style>
a { background-color: #838005; }
a { background-color: rgb(131,128,5); }
div.DivClassName
{
background-color: #838005;
}
.BgClassName
{
background-color: #838005;
}
</style>
border-color css
<style>
span { border-color: #838005; }
span { border-color: rgb(131,128,5); }
td.TdClassName
{
border-color: #838005;
}
.TagClassName
{
border-color: #838005;
}
</style>