Shades of Olivetone #74741D
Tints of Olivetone #74741D
RGB
CMYK
RGB Variations
Color information
#74741D (or 0x74741D) is known color: Olivetone. HEX triplet: 74, 74 and 1D. RGB value is (116,116,29). Sum of RGB (Red+Green+Blue) = 116+116+29=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74741D is #8B8BE2. Grayscale: #6A6A6A. Windows color (decimal): -9145315 or 1930356. OLE color: 1930356.
HSL color Cylindrical-coordinate representation of color #74741D: hue angle of 60º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74741D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 29 | - |
| CMYK | 0 | 0 | 0.75 | 0.55 |
| HSL | 60º | 0.6% | 0.28% | - |
| HSV(B) | 60º | 0.75% | 0.45% | - |
| XYZ | 13.67 | 16.29 | 3.59 | - |
| YUV | 106.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 29 | 0 | 0 | 0.75 | 0.55 | 60 | 0.6 | 0.28 |
| Hex | 74 | 74 | 1D | 0 | 0 | 4B | 37 | 3C | 3C | 1C |
| Octal | 164 | 164 | 35 | 0 | 0 | 113 | 67 | 74 | 74 | 34 |
| Binary | 1110100 | 1110100 | 11101 | 0 | 0 | 1001011 | 110111 | 111100 | 111100 | 11100 |
Color Harmonies of #74741D
Complementary color
Monochromatic Colors of #74741D
Black with #74741D
Text Example
Text Example
White with #74741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74741D; }
p { color: rgb(116,116,29); }
H1.HeaderClassName
{
color: #74741D;
}
.AnyTagClassName
{
color: #74741D;
}
</style>
background-color css
<style>
a { background-color: #74741D; }
a { background-color: rgb(116,116,29); }
div.DivClassName
{
background-color: #74741D;
}
.BgClassName
{
background-color: #74741D;
}
</style>
border-color css
<style>
span { border-color: #74741D; }
span { border-color: rgb(116,116,29); }
td.TdClassName
{
border-color: #74741D;
}
.TagClassName
{
border-color: #74741D;
}
</style>