Shades of Olive #817B13
Tints of Olive #817B13
RGB
CMYK
RGB Variations
Color information
#817B13 (or 0x817B13) is known color: Olive. HEX triplet: 81, 7B and 13. RGB value is (129,123,19). Sum of RGB (Red+Green+Blue) = 129+123+19=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #817B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B13 is #7E84EC. Grayscale: #717171. Windows color (decimal): -8291565 or 1276801. OLE color: 1276801.
HSL color Cylindrical-coordinate representation of color #817B13: hue angle of 56.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #817B13 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 19 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.49 |
| HSL | 56.73º | 0.74% | 0.29% | - |
| HSV(B) | 56.73º | 0.85% | 0.51% | - |
| XYZ | 16.25 | 18.88 | 3.4 | - |
| YUV | 112.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 19 | 0 | 0.05 | 0.85 | 0.49 | 56.73 | 0.74 | 0.29 |
| Hex | 81 | 7B | 13 | 0 | 5 | 55 | 31 | 39 | 4A | 1D |
| Octal | 201 | 173 | 23 | 0 | 5 | 125 | 61 | 71 | 112 | 35 |
| Binary | 10000001 | 1111011 | 10011 | 0 | 101 | 1010101 | 110001 | 111001 | 1001010 | 11101 |
Color Harmonies of #817B13
Complementary color
Monochromatic Colors of #817B13
Black with #817B13
Text Example
Text Example
White with #817B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B13; }
p { color: rgb(129,123,19); }
H1.HeaderClassName
{
color: #817B13;
}
.AnyTagClassName
{
color: #817B13;
}
</style>
background-color css
<style>
a { background-color: #817B13; }
a { background-color: rgb(129,123,19); }
div.DivClassName
{
background-color: #817B13;
}
.BgClassName
{
background-color: #817B13;
}
</style>
border-color css
<style>
span { border-color: #817B13; }
span { border-color: rgb(129,123,19); }
td.TdClassName
{
border-color: #817B13;
}
.TagClassName
{
border-color: #817B13;
}
</style>