Shades of Olive #81700C
Tints of Olive #81700C
RGB
CMYK
RGB Variations
Color information
#81700C (or 0x81700C) is known color: Olive. HEX triplet: 81, 70 and 0C. RGB value is (129,112,12). Sum of RGB (Red+Green+Blue) = 129+112+12=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #81700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81700C is #7E8FF3. Grayscale: #6A6A6A. Windows color (decimal): -8294388 or 815233. OLE color: 815233.
HSL color Cylindrical-coordinate representation of color #81700C: hue angle of 51.28º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81700C is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 12 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.49 |
| HSL | 51.28º | 0.83% | 0.28% | - |
| HSV(B) | 51.28º | 0.91% | 0.51% | - |
| XYZ | 14.91 | 16.28 | 2.7 | - |
| YUV | 105.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 12 | 0 | 0.13 | 0.91 | 0.49 | 51.28 | 0.83 | 0.28 |
| Hex | 81 | 70 | C | 0 | D | 5B | 31 | 33 | 53 | 1C |
| Octal | 201 | 160 | 14 | 0 | 15 | 133 | 61 | 63 | 123 | 34 |
| Binary | 10000001 | 1110000 | 1100 | 0 | 1101 | 1011011 | 110001 | 110011 | 1010011 | 11100 |
Color Harmonies of #81700C
Complementary color
Monochromatic Colors of #81700C
Black with #81700C
Text Example
Text Example
White with #81700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81700C; }
p { color: rgb(129,112,12); }
H1.HeaderClassName
{
color: #81700C;
}
.AnyTagClassName
{
color: #81700C;
}
</style>
background-color css
<style>
a { background-color: #81700C; }
a { background-color: rgb(129,112,12); }
div.DivClassName
{
background-color: #81700C;
}
.BgClassName
{
background-color: #81700C;
}
</style>
border-color css
<style>
span { border-color: #81700C; }
span { border-color: rgb(129,112,12); }
td.TdClassName
{
border-color: #81700C;
}
.TagClassName
{
border-color: #81700C;
}
</style>