Shades of Olivetone #74721A
Tints of Olivetone #74721A
RGB
CMYK
RGB Variations
Color information
#74721A (or 0x74721A) is known color: Olivetone. HEX triplet: 74, 72 and 1A. RGB value is (116,114,26). Sum of RGB (Red+Green+Blue) = 116+114+26=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74721A is #8B8DE5. Grayscale: #686868. Windows color (decimal): -9145830 or 1733236. OLE color: 1733236.
HSL color Cylindrical-coordinate representation of color #74721A: hue angle of 58.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74721A is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 26 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.55 |
| HSL | 58.67º | 0.63% | 0.28% | - |
| HSV(B) | 58.67º | 0.78% | 0.45% | - |
| XYZ | 13.41 | 15.82 | 3.32 | - |
| YUV | 104.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 26 | 0 | 0.02 | 0.78 | 0.55 | 58.67 | 0.63 | 0.28 |
| Hex | 74 | 72 | 1A | 0 | 2 | 4E | 37 | 3B | 3F | 1C |
| Octal | 164 | 162 | 32 | 0 | 2 | 116 | 67 | 73 | 77 | 34 |
| Binary | 1110100 | 1110010 | 11010 | 0 | 10 | 1001110 | 110111 | 111011 | 111111 | 11100 |
Color Harmonies of #74721A
Complementary color
Monochromatic Colors of #74721A
Black with #74721A
Text Example
Text Example
White with #74721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74721A; }
p { color: rgb(116,114,26); }
H1.HeaderClassName
{
color: #74721A;
}
.AnyTagClassName
{
color: #74721A;
}
</style>
background-color css
<style>
a { background-color: #74721A; }
a { background-color: rgb(116,114,26); }
div.DivClassName
{
background-color: #74721A;
}
.BgClassName
{
background-color: #74721A;
}
</style>
border-color css
<style>
span { border-color: #74721A; }
span { border-color: rgb(116,114,26); }
td.TdClassName
{
border-color: #74721A;
}
.TagClassName
{
border-color: #74721A;
}
</style>