Shades of Olivetone #74691D
Tints of Olivetone #74691D
RGB
CMYK
RGB Variations
Color information
#74691D (or 0x74691D) is known color: Olivetone. HEX triplet: 74, 69 and 1D. RGB value is (116,105,29). Sum of RGB (Red+Green+Blue) = 116+105+29=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #74691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691D is #8B96E2. Grayscale: #636363. Windows color (decimal): -9148131 or 1927540. OLE color: 1927540.
HSL color Cylindrical-coordinate representation of color #74691D: hue angle of 52.41º 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 #74691D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 29 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.55 |
| HSL | 52.41º | 0.6% | 0.28% | - |
| HSV(B) | 52.41º | 0.75% | 0.45% | - |
| XYZ | 12.48 | 13.9 | 3.19 | - |
| YUV | 99.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 29 | 0 | 0.09 | 0.75 | 0.55 | 52.41 | 0.6 | 0.28 |
| Hex | 74 | 69 | 1D | 0 | 9 | 4B | 37 | 34 | 3C | 1C |
| Octal | 164 | 151 | 35 | 0 | 11 | 113 | 67 | 64 | 74 | 34 |
| Binary | 1110100 | 1101001 | 11101 | 0 | 1001 | 1001011 | 110111 | 110100 | 111100 | 11100 |
Color Harmonies of #74691D
Complementary color
Monochromatic Colors of #74691D
Black with #74691D
Text Example
Text Example
White with #74691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74691D; }
p { color: rgb(116,105,29); }
H1.HeaderClassName
{
color: #74691D;
}
.AnyTagClassName
{
color: #74691D;
}
</style>
background-color css
<style>
a { background-color: #74691D; }
a { background-color: rgb(116,105,29); }
div.DivClassName
{
background-color: #74691D;
}
.BgClassName
{
background-color: #74691D;
}
</style>
border-color css
<style>
span { border-color: #74691D; }
span { border-color: rgb(116,105,29); }
td.TdClassName
{
border-color: #74691D;
}
.TagClassName
{
border-color: #74691D;
}
</style>