Shades of Olive #81790C
Tints of Olive #81790C
RGB
CMYK
RGB Variations
Color information
#81790C (or 0x81790C) is known color: Olive. HEX triplet: 81, 79 and 0C. RGB value is (129,121,12). Sum of RGB (Red+Green+Blue) = 129+121+12=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81790C is #7E86F3. Grayscale: #6F6F6F. Windows color (decimal): -8292084 or 817537. OLE color: 817537.
HSL color Cylindrical-coordinate representation of color #81790C: hue angle of 55.9º 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 #81790C is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 12 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.49 |
| HSL | 55.9º | 0.83% | 0.28% | - |
| HSV(B) | 55.9º | 0.91% | 0.51% | - |
| XYZ | 15.96 | 18.37 | 3.05 | - |
| YUV | 110.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 12 | 0 | 0.06 | 0.91 | 0.49 | 55.9 | 0.83 | 0.28 |
| Hex | 81 | 79 | C | 0 | 6 | 5B | 31 | 38 | 53 | 1C |
| Octal | 201 | 171 | 14 | 0 | 6 | 133 | 61 | 70 | 123 | 34 |
| Binary | 10000001 | 1111001 | 1100 | 0 | 110 | 1011011 | 110001 | 111000 | 1010011 | 11100 |
Color Harmonies of #81790C
Complementary color
Monochromatic Colors of #81790C
Black with #81790C
Text Example
Text Example
White with #81790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81790C; }
p { color: rgb(129,121,12); }
H1.HeaderClassName
{
color: #81790C;
}
.AnyTagClassName
{
color: #81790C;
}
</style>
background-color css
<style>
a { background-color: #81790C; }
a { background-color: rgb(129,121,12); }
div.DivClassName
{
background-color: #81790C;
}
.BgClassName
{
background-color: #81790C;
}
</style>
border-color css
<style>
span { border-color: #81790C; }
span { border-color: rgb(129,121,12); }
td.TdClassName
{
border-color: #81790C;
}
.TagClassName
{
border-color: #81790C;
}
</style>