Shades of Olivetone #74741E
Tints of Olivetone #74741E
RGB
CMYK
RGB Variations
Color information
#74741E (or 0x74741E) is known color: Olivetone. HEX triplet: 74, 74 and 1E. RGB value is (116,116,30). Sum of RGB (Red+Green+Blue) = 116+116+30=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74741E is #8B8BE1. Grayscale: #6A6A6A. Windows color (decimal): -9145314 or 1995892. OLE color: 1995892.
HSL color Cylindrical-coordinate representation of color #74741E: hue angle of 60º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74741E is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 30 | - |
| CMYK | 0 | 0 | 0.74 | 0.55 |
| HSL | 60º | 0.59% | 0.29% | - |
| HSV(B) | 60º | 0.74% | 0.45% | - |
| XYZ | 13.68 | 16.3 | 3.65 | - |
| YUV | 106.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 30 | 0 | 0 | 0.74 | 0.55 | 60 | 0.59 | 0.29 |
| Hex | 74 | 74 | 1E | 0 | 0 | 4A | 37 | 3C | 3B | 1D |
| Octal | 164 | 164 | 36 | 0 | 0 | 112 | 67 | 74 | 73 | 35 |
| Binary | 1110100 | 1110100 | 11110 | 0 | 0 | 1001010 | 110111 | 111100 | 111011 | 11101 |
Color Harmonies of #74741E
Complementary color
Monochromatic Colors of #74741E
Black with #74741E
Text Example
Text Example
White with #74741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74741E; }
p { color: rgb(116,116,30); }
H1.HeaderClassName
{
color: #74741E;
}
.AnyTagClassName
{
color: #74741E;
}
</style>
background-color css
<style>
a { background-color: #74741E; }
a { background-color: rgb(116,116,30); }
div.DivClassName
{
background-color: #74741E;
}
.BgClassName
{
background-color: #74741E;
}
</style>
border-color css
<style>
span { border-color: #74741E; }
span { border-color: rgb(116,116,30); }
td.TdClassName
{
border-color: #74741E;
}
.TagClassName
{
border-color: #74741E;
}
</style>