Shades of Olive #71820F
Tints of Olive #71820F
RGB
CMYK
RGB Variations
Color information
#71820F (or 0x71820F) is known color: Olive. HEX triplet: 71, 82 and 0F. RGB value is (113,130,15). Sum of RGB (Red+Green+Blue) = 113+130+15=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #71820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71820F is #8E7DF0. Grayscale: #707070. Windows color (decimal): -9338353 or 1016433. OLE color: 1016433.
HSL color Cylindrical-coordinate representation of color #71820F: hue angle of 68.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71820F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 15 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.49 |
| HSL | 68.87º | 0.79% | 0.28% | - |
| HSV(B) | 68.87º | 0.88% | 0.51% | - |
| XYZ | 14.88 | 19.51 | 3.43 | - |
| YUV | 111.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 15 | 0.13 | 0 | 0.88 | 0.49 | 68.87 | 0.79 | 0.28 |
| Hex | 71 | 82 | F | D | 0 | 58 | 31 | 45 | 4F | 1C |
| Octal | 161 | 202 | 17 | 15 | 0 | 130 | 61 | 105 | 117 | 34 |
| Binary | 1110001 | 10000010 | 1111 | 1101 | 0 | 1011000 | 110001 | 1000101 | 1001111 | 11100 |
Color Harmonies of #71820F
Complementary color
Monochromatic Colors of #71820F
Black with #71820F
Text Example
Text Example
White with #71820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71820F; }
p { color: rgb(113,130,15); }
H1.HeaderClassName
{
color: #71820F;
}
.AnyTagClassName
{
color: #71820F;
}
</style>
background-color css
<style>
a { background-color: #71820F; }
a { background-color: rgb(113,130,15); }
div.DivClassName
{
background-color: #71820F;
}
.BgClassName
{
background-color: #71820F;
}
</style>
border-color css
<style>
span { border-color: #71820F; }
span { border-color: rgb(113,130,15); }
td.TdClassName
{
border-color: #71820F;
}
.TagClassName
{
border-color: #71820F;
}
</style>