Shades of Olive #71820C
Tints of Olive #71820C
RGB
CMYK
RGB Variations
Color information
#71820C (or 0x71820C) is known color: Olive. HEX triplet: 71, 82 and 0C. RGB value is (113,130,12). Sum of RGB (Red+Green+Blue) = 113+130+12=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #71820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71820C is #8E7DF3. Grayscale: #6F6F6F. Windows color (decimal): -9338356 or 819825. OLE color: 819825.
HSL color Cylindrical-coordinate representation of color #71820C: hue angle of 68.64º 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 #71820C is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 12 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.49 |
| HSL | 68.64º | 0.83% | 0.28% | - |
| HSV(B) | 68.64º | 0.91% | 0.51% | - |
| XYZ | 14.86 | 19.5 | 3.33 | - |
| YUV | 111.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 12 | 0.13 | 0 | 0.91 | 0.49 | 68.64 | 0.83 | 0.28 |
| Hex | 71 | 82 | C | D | 0 | 5B | 31 | 45 | 53 | 1C |
| Octal | 161 | 202 | 14 | 15 | 0 | 133 | 61 | 105 | 123 | 34 |
| Binary | 1110001 | 10000010 | 1100 | 1101 | 0 | 1011011 | 110001 | 1000101 | 1010011 | 11100 |
Color Harmonies of #71820C
Complementary color
Monochromatic Colors of #71820C
Black with #71820C
Text Example
Text Example
White with #71820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71820C; }
p { color: rgb(113,130,12); }
H1.HeaderClassName
{
color: #71820C;
}
.AnyTagClassName
{
color: #71820C;
}
</style>
background-color css
<style>
a { background-color: #71820C; }
a { background-color: rgb(113,130,12); }
div.DivClassName
{
background-color: #71820C;
}
.BgClassName
{
background-color: #71820C;
}
</style>
border-color css
<style>
span { border-color: #71820C; }
span { border-color: rgb(113,130,12); }
td.TdClassName
{
border-color: #71820C;
}
.TagClassName
{
border-color: #71820C;
}
</style>