Shades of Olive #74710F
Tints of Olive #74710F
RGB
CMYK
RGB Variations
Color information
#74710F (or 0x74710F) is known color: Olive. HEX triplet: 74, 71 and 0F. RGB value is (116,113,15). Sum of RGB (Red+Green+Blue) = 116+113+15=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74710F is #8B8EF0. Grayscale: #676767. Windows color (decimal): -9146097 or 1012084. OLE color: 1012084.
HSL color Cylindrical-coordinate representation of color #74710F: hue angle of 58.22º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74710F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 15 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.55 |
| HSL | 58.22º | 0.77% | 0.26% | - |
| HSV(B) | 58.22º | 0.87% | 0.45% | - |
| XYZ | 13.19 | 15.56 | 2.76 | - |
| YUV | 102.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 15 | 0 | 0.03 | 0.87 | 0.55 | 58.22 | 0.77 | 0.26 |
| Hex | 74 | 71 | F | 0 | 3 | 57 | 37 | 3A | 4D | 1A |
| Octal | 164 | 161 | 17 | 0 | 3 | 127 | 67 | 72 | 115 | 32 |
| Binary | 1110100 | 1110001 | 1111 | 0 | 11 | 1010111 | 110111 | 111010 | 1001101 | 11010 |
Color Harmonies of #74710F
Complementary color
Monochromatic Colors of #74710F
Black with #74710F
Text Example
Text Example
White with #74710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74710F; }
p { color: rgb(116,113,15); }
H1.HeaderClassName
{
color: #74710F;
}
.AnyTagClassName
{
color: #74710F;
}
</style>
background-color css
<style>
a { background-color: #74710F; }
a { background-color: rgb(116,113,15); }
div.DivClassName
{
background-color: #74710F;
}
.BgClassName
{
background-color: #74710F;
}
</style>
border-color css
<style>
span { border-color: #74710F; }
span { border-color: rgb(116,113,15); }
td.TdClassName
{
border-color: #74710F;
}
.TagClassName
{
border-color: #74710F;
}
</style>