Shades of Olivetone #74671C
Tints of Olivetone #74671C
RGB
CMYK
RGB Variations
Color information
#74671C (or 0x74671C) is known color: Olivetone. HEX triplet: 74, 67 and 1C. RGB value is (116,103,28). Sum of RGB (Red+Green+Blue) = 116+103+28=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74671C is #8B98E3. Grayscale: #626262. Windows color (decimal): -9148644 or 1861492. OLE color: 1861492.
HSL color Cylindrical-coordinate representation of color #74671C: hue angle of 51.14º 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 #74671C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 28 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.55 |
| HSL | 51.14º | 0.61% | 0.28% | - |
| HSV(B) | 51.14º | 0.76% | 0.45% | - |
| XYZ | 12.26 | 13.5 | 3.06 | - |
| YUV | 98.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 28 | 0 | 0.11 | 0.76 | 0.55 | 51.14 | 0.61 | 0.28 |
| Hex | 74 | 67 | 1C | 0 | B | 4C | 37 | 33 | 3D | 1C |
| Octal | 164 | 147 | 34 | 0 | 13 | 114 | 67 | 63 | 75 | 34 |
| Binary | 1110100 | 1100111 | 11100 | 0 | 1011 | 1001100 | 110111 | 110011 | 111101 | 11100 |
Color Harmonies of #74671C
Complementary color
Monochromatic Colors of #74671C
Black with #74671C
Text Example
Text Example
White with #74671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74671C; }
p { color: rgb(116,103,28); }
H1.HeaderClassName
{
color: #74671C;
}
.AnyTagClassName
{
color: #74671C;
}
</style>
background-color css
<style>
a { background-color: #74671C; }
a { background-color: rgb(116,103,28); }
div.DivClassName
{
background-color: #74671C;
}
.BgClassName
{
background-color: #74671C;
}
</style>
border-color css
<style>
span { border-color: #74671C; }
span { border-color: rgb(116,103,28); }
td.TdClassName
{
border-color: #74671C;
}
.TagClassName
{
border-color: #74671C;
}
</style>