Shades of Olivetone #74701C
Tints of Olivetone #74701C
RGB
CMYK
RGB Variations
Color information
#74701C (or 0x74701C) is known color: Olivetone. HEX triplet: 74, 70 and 1C. RGB value is (116,112,28). Sum of RGB (Red+Green+Blue) = 116+112+28=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74701C is #8B8FE3. Grayscale: #676767. Windows color (decimal): -9146340 or 1863796. OLE color: 1863796.
HSL color Cylindrical-coordinate representation of color #74701C: hue angle of 57.27º 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 #74701C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 28 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.55 |
| HSL | 57.27º | 0.61% | 0.28% | - |
| HSV(B) | 57.27º | 0.76% | 0.45% | - |
| XYZ | 13.21 | 15.39 | 3.37 | - |
| YUV | 103.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 28 | 0 | 0.03 | 0.76 | 0.55 | 57.27 | 0.61 | 0.28 |
| Hex | 74 | 70 | 1C | 0 | 3 | 4C | 37 | 39 | 3D | 1C |
| Octal | 164 | 160 | 34 | 0 | 3 | 114 | 67 | 71 | 75 | 34 |
| Binary | 1110100 | 1110000 | 11100 | 0 | 11 | 1001100 | 110111 | 111001 | 111101 | 11100 |
Color Harmonies of #74701C
Complementary color
Monochromatic Colors of #74701C
Black with #74701C
Text Example
Text Example
White with #74701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74701C; }
p { color: rgb(116,112,28); }
H1.HeaderClassName
{
color: #74701C;
}
.AnyTagClassName
{
color: #74701C;
}
</style>
background-color css
<style>
a { background-color: #74701C; }
a { background-color: rgb(116,112,28); }
div.DivClassName
{
background-color: #74701C;
}
.BgClassName
{
background-color: #74701C;
}
</style>
border-color css
<style>
span { border-color: #74701C; }
span { border-color: rgb(116,112,28); }
td.TdClassName
{
border-color: #74701C;
}
.TagClassName
{
border-color: #74701C;
}
</style>