Shades of Olive #71750B
Tints of Olive #71750B
RGB
CMYK
RGB Variations
Color information
#71750B (or 0x71750B) is known color: Olive. HEX triplet: 71, 75 and 0B. RGB value is (113,117,11). Sum of RGB (Red+Green+Blue) = 113+117+11=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #71750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71750B is #8E8AF4. Grayscale: #686868. Windows color (decimal): -9341685 or 750961. OLE color: 750961.
HSL color Cylindrical-coordinate representation of color #71750B: hue angle of 62.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71750B is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 11 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.54 |
| HSL | 62.26º | 0.83% | 0.25% | - |
| HSV(B) | 62.26º | 0.91% | 0.46% | - |
| XYZ | 13.23 | 16.26 | 2.76 | - |
| YUV | 103.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 11 | 0.03 | 0 | 0.91 | 0.54 | 62.26 | 0.83 | 0.25 |
| Hex | 71 | 75 | B | 3 | 0 | 5B | 36 | 3E | 53 | 19 |
| Octal | 161 | 165 | 13 | 3 | 0 | 133 | 66 | 76 | 123 | 31 |
| Binary | 1110001 | 1110101 | 1011 | 11 | 0 | 1011011 | 110110 | 111110 | 1010011 | 11001 |
Color Harmonies of #71750B
Complementary color
Monochromatic Colors of #71750B
Black with #71750B
Text Example
Text Example
White with #71750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71750B; }
p { color: rgb(113,117,11); }
H1.HeaderClassName
{
color: #71750B;
}
.AnyTagClassName
{
color: #71750B;
}
</style>
background-color css
<style>
a { background-color: #71750B; }
a { background-color: rgb(113,117,11); }
div.DivClassName
{
background-color: #71750B;
}
.BgClassName
{
background-color: #71750B;
}
</style>
border-color css
<style>
span { border-color: #71750B; }
span { border-color: rgb(113,117,11); }
td.TdClassName
{
border-color: #71750B;
}
.TagClassName
{
border-color: #71750B;
}
</style>