Shades of Olive #817D0B
Tints of Olive #817D0B
RGB
CMYK
RGB Variations
Color information
#817D0B (or 0x817D0B) is known color: Olive. HEX triplet: 81, 7D and 0B. RGB value is (129,125,11). Sum of RGB (Red+Green+Blue) = 129+125+11=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #817D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D0B is #7E82F4. Grayscale: #717171. Windows color (decimal): -8291061 or 753025. OLE color: 753025.
HSL color Cylindrical-coordinate representation of color #817D0B: hue angle of 57.97º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #817D0B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 125 | 11 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.49 |
| HSL | 57.97º | 0.84% | 0.27% | - |
| HSV(B) | 57.97º | 0.91% | 0.51% | - |
| XYZ | 16.45 | 19.36 | 3.19 | - |
| YUV | 113.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 11 | 0 | 0.03 | 0.91 | 0.49 | 57.97 | 0.84 | 0.27 |
| Hex | 81 | 7D | B | 0 | 3 | 5B | 31 | 3A | 54 | 1B |
| Octal | 201 | 175 | 13 | 0 | 3 | 133 | 61 | 72 | 124 | 33 |
| Binary | 10000001 | 1111101 | 1011 | 0 | 11 | 1011011 | 110001 | 111010 | 1010100 | 11011 |
Color Harmonies of #817D0B
Complementary color
Monochromatic Colors of #817D0B
Black with #817D0B
Text Example
Text Example
White with #817D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817D0B; }
p { color: rgb(129,125,11); }
H1.HeaderClassName
{
color: #817D0B;
}
.AnyTagClassName
{
color: #817D0B;
}
</style>
background-color css
<style>
a { background-color: #817D0B; }
a { background-color: rgb(129,125,11); }
div.DivClassName
{
background-color: #817D0B;
}
.BgClassName
{
background-color: #817D0B;
}
</style>
border-color css
<style>
span { border-color: #817D0B; }
span { border-color: rgb(129,125,11); }
td.TdClassName
{
border-color: #817D0B;
}
.TagClassName
{
border-color: #817D0B;
}
</style>