Shades of Olive #74710B
Tints of Olive #74710B
RGB
CMYK
RGB Variations
Color information
#74710B (or 0x74710B) is known color: Olive. HEX triplet: 74, 71 and 0B. RGB value is (116,113,11). Sum of RGB (Red+Green+Blue) = 116+113+11=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #74710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74710B is #8B8EF4. Grayscale: #666666. Windows color (decimal): -9146101 or 749940. OLE color: 749940.
HSL color Cylindrical-coordinate representation of color #74710B: hue angle of 58.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74710B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 11 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.55 |
| HSL | 58.29º | 0.83% | 0.25% | - |
| HSV(B) | 58.29º | 0.91% | 0.45% | - |
| XYZ | 13.17 | 15.55 | 2.62 | - |
| YUV | 102.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 11 | 0 | 0.03 | 0.91 | 0.55 | 58.29 | 0.83 | 0.25 |
| Hex | 74 | 71 | B | 0 | 3 | 5B | 37 | 3A | 53 | 19 |
| Octal | 164 | 161 | 13 | 0 | 3 | 133 | 67 | 72 | 123 | 31 |
| Binary | 1110100 | 1110001 | 1011 | 0 | 11 | 1011011 | 110111 | 111010 | 1010011 | 11001 |
Color Harmonies of #74710B
Complementary color
Monochromatic Colors of #74710B
Black with #74710B
Text Example
Text Example
White with #74710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74710B; }
p { color: rgb(116,113,11); }
H1.HeaderClassName
{
color: #74710B;
}
.AnyTagClassName
{
color: #74710B;
}
</style>
background-color css
<style>
a { background-color: #74710B; }
a { background-color: rgb(116,113,11); }
div.DivClassName
{
background-color: #74710B;
}
.BgClassName
{
background-color: #74710B;
}
</style>
border-color css
<style>
span { border-color: #74710B; }
span { border-color: rgb(116,113,11); }
td.TdClassName
{
border-color: #74710B;
}
.TagClassName
{
border-color: #74710B;
}
</style>