Shades of Olivetone #74691C
Tints of Olivetone #74691C
RGB
CMYK
RGB Variations
Color information
#74691C (or 0x74691C) is known color: Olivetone. HEX triplet: 74, 69 and 1C. RGB value is (116,105,28). Sum of RGB (Red+Green+Blue) = 116+105+28=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74691C is #8B96E3. Grayscale: #636363. Windows color (decimal): -9148132 or 1862004. OLE color: 1862004.
HSL color Cylindrical-coordinate representation of color #74691C: hue angle of 52.5º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74691C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 28 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.55 |
| HSL | 52.5º | 0.61% | 0.28% | - |
| HSV(B) | 52.5º | 0.76% | 0.45% | - |
| XYZ | 12.46 | 13.9 | 3.12 | - |
| YUV | 99.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 28 | 0 | 0.09 | 0.76 | 0.55 | 52.5 | 0.61 | 0.28 |
| Hex | 74 | 69 | 1C | 0 | 9 | 4C | 37 | 34 | 3D | 1C |
| Octal | 164 | 151 | 34 | 0 | 11 | 114 | 67 | 64 | 75 | 34 |
| Binary | 1110100 | 1101001 | 11100 | 0 | 1001 | 1001100 | 110111 | 110100 | 111101 | 11100 |
Color Harmonies of #74691C
Complementary color
Monochromatic Colors of #74691C
Black with #74691C
Text Example
Text Example
White with #74691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74691C; }
p { color: rgb(116,105,28); }
H1.HeaderClassName
{
color: #74691C;
}
.AnyTagClassName
{
color: #74691C;
}
</style>
background-color css
<style>
a { background-color: #74691C; }
a { background-color: rgb(116,105,28); }
div.DivClassName
{
background-color: #74691C;
}
.BgClassName
{
background-color: #74691C;
}
</style>
border-color css
<style>
span { border-color: #74691C; }
span { border-color: rgb(116,105,28); }
td.TdClassName
{
border-color: #74691C;
}
.TagClassName
{
border-color: #74691C;
}
</style>