Shades of Olivetone #74671D
Tints of Olivetone #74671D
RGB
CMYK
RGB Variations
Color information
#74671D (or 0x74671D) is known color: Olivetone. HEX triplet: 74, 67 and 1D. RGB value is (116,103,29). Sum of RGB (Red+Green+Blue) = 116+103+29=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74671D is #8B98E2. Grayscale: #626262. Windows color (decimal): -9148643 or 1927028. OLE color: 1927028.
HSL color Cylindrical-coordinate representation of color #74671D: hue angle of 51.03º 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 #74671D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 29 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.55 |
| HSL | 51.03º | 0.6% | 0.28% | - |
| HSV(B) | 51.03º | 0.75% | 0.45% | - |
| XYZ | 12.27 | 13.5 | 3.12 | - |
| YUV | 98.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 29 | 0 | 0.11 | 0.75 | 0.55 | 51.03 | 0.6 | 0.28 |
| Hex | 74 | 67 | 1D | 0 | B | 4B | 37 | 33 | 3C | 1C |
| Octal | 164 | 147 | 35 | 0 | 13 | 113 | 67 | 63 | 74 | 34 |
| Binary | 1110100 | 1100111 | 11101 | 0 | 1011 | 1001011 | 110111 | 110011 | 111100 | 11100 |
Color Harmonies of #74671D
Complementary color
Monochromatic Colors of #74671D
Black with #74671D
Text Example
Text Example
White with #74671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74671D; }
p { color: rgb(116,103,29); }
H1.HeaderClassName
{
color: #74671D;
}
.AnyTagClassName
{
color: #74671D;
}
</style>
background-color css
<style>
a { background-color: #74671D; }
a { background-color: rgb(116,103,29); }
div.DivClassName
{
background-color: #74671D;
}
.BgClassName
{
background-color: #74671D;
}
</style>
border-color css
<style>
span { border-color: #74671D; }
span { border-color: rgb(116,103,29); }
td.TdClassName
{
border-color: #74671D;
}
.TagClassName
{
border-color: #74671D;
}
</style>