Shades of Olivetone #747314
Tints of Olivetone #747314
RGB
CMYK
RGB Variations
Color information
#747314 (or 0x747314) is known color: Olivetone. HEX triplet: 74, 73 and 14. RGB value is (116,115,20). Sum of RGB (Red+Green+Blue) = 116+115+20=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #747314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747314 is #8B8CEB. Grayscale: #686868. Windows color (decimal): -9145580 or 1340276. OLE color: 1340276.
HSL color Cylindrical-coordinate representation of color #747314: hue angle of 59.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #747314 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 20 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.55 |
| HSL | 59.38º | 0.71% | 0.27% | - |
| HSV(B) | 59.38º | 0.83% | 0.45% | - |
| XYZ | 13.46 | 16.02 | 3.05 | - |
| YUV | 104.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 20 | 0 | 0.01 | 0.83 | 0.55 | 59.38 | 0.71 | 0.27 |
| Hex | 74 | 73 | 14 | 0 | 1 | 53 | 37 | 3B | 47 | 1B |
| Octal | 164 | 163 | 24 | 0 | 1 | 123 | 67 | 73 | 107 | 33 |
| Binary | 1110100 | 1110011 | 10100 | 0 | 1 | 1010011 | 110111 | 111011 | 1000111 | 11011 |
Color Harmonies of #747314
Complementary color
Monochromatic Colors of #747314
Black with #747314
Text Example
Text Example
White with #747314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747314; }
p { color: rgb(116,115,20); }
H1.HeaderClassName
{
color: #747314;
}
.AnyTagClassName
{
color: #747314;
}
</style>
background-color css
<style>
a { background-color: #747314; }
a { background-color: rgb(116,115,20); }
div.DivClassName
{
background-color: #747314;
}
.BgClassName
{
background-color: #747314;
}
</style>
border-color css
<style>
span { border-color: #747314; }
span { border-color: rgb(116,115,20); }
td.TdClassName
{
border-color: #747314;
}
.TagClassName
{
border-color: #747314;
}
</style>