Shades of Olivetone #74721C
Tints of Olivetone #74721C
RGB
CMYK
RGB Variations
Color information
#74721C (or 0x74721C) is known color: Olivetone. HEX triplet: 74, 72 and 1C. RGB value is (116,114,28). Sum of RGB (Red+Green+Blue) = 116+114+28=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74721C is #8B8DE3. Grayscale: #696969. Windows color (decimal): -9145828 or 1864308. OLE color: 1864308.
HSL color Cylindrical-coordinate representation of color #74721C: hue angle of 58.64º 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 #74721C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 28 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.55 |
| HSL | 58.64º | 0.61% | 0.28% | - |
| HSV(B) | 58.64º | 0.76% | 0.45% | - |
| XYZ | 13.43 | 15.83 | 3.45 | - |
| YUV | 104.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 28 | 0 | 0.02 | 0.76 | 0.55 | 58.64 | 0.61 | 0.28 |
| Hex | 74 | 72 | 1C | 0 | 2 | 4C | 37 | 3B | 3D | 1C |
| Octal | 164 | 162 | 34 | 0 | 2 | 114 | 67 | 73 | 75 | 34 |
| Binary | 1110100 | 1110010 | 11100 | 0 | 10 | 1001100 | 110111 | 111011 | 111101 | 11100 |
Color Harmonies of #74721C
Complementary color
Monochromatic Colors of #74721C
Black with #74721C
Text Example
Text Example
White with #74721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74721C; }
p { color: rgb(116,114,28); }
H1.HeaderClassName
{
color: #74721C;
}
.AnyTagClassName
{
color: #74721C;
}
</style>
background-color css
<style>
a { background-color: #74721C; }
a { background-color: rgb(116,114,28); }
div.DivClassName
{
background-color: #74721C;
}
.BgClassName
{
background-color: #74721C;
}
</style>
border-color css
<style>
span { border-color: #74721C; }
span { border-color: rgb(116,114,28); }
td.TdClassName
{
border-color: #74721C;
}
.TagClassName
{
border-color: #74721C;
}
</style>