Shades of Olivetone #74701B
Tints of Olivetone #74701B
RGB
CMYK
RGB Variations
Color information
#74701B (or 0x74701B) is known color: Olivetone. HEX triplet: 74, 70 and 1B. RGB value is (116,112,27). Sum of RGB (Red+Green+Blue) = 116+112+27=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #74701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74701B is #8B8FE4. Grayscale: #676767. Windows color (decimal): -9146341 or 1798260. OLE color: 1798260.
HSL color Cylindrical-coordinate representation of color #74701B: hue angle of 57.3º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74701B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 27 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.55 |
| HSL | 57.3º | 0.62% | 0.28% | - |
| HSV(B) | 57.3º | 0.77% | 0.45% | - |
| XYZ | 13.19 | 15.38 | 3.31 | - |
| YUV | 103.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 27 | 0 | 0.03 | 0.77 | 0.55 | 57.3 | 0.62 | 0.28 |
| Hex | 74 | 70 | 1B | 0 | 3 | 4D | 37 | 39 | 3E | 1C |
| Octal | 164 | 160 | 33 | 0 | 3 | 115 | 67 | 71 | 76 | 34 |
| Binary | 1110100 | 1110000 | 11011 | 0 | 11 | 1001101 | 110111 | 111001 | 111110 | 11100 |
Color Harmonies of #74701B
Complementary color
Monochromatic Colors of #74701B
Black with #74701B
Text Example
Text Example
White with #74701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74701B; }
p { color: rgb(116,112,27); }
H1.HeaderClassName
{
color: #74701B;
}
.AnyTagClassName
{
color: #74701B;
}
</style>
background-color css
<style>
a { background-color: #74701B; }
a { background-color: rgb(116,112,27); }
div.DivClassName
{
background-color: #74701B;
}
.BgClassName
{
background-color: #74701B;
}
</style>
border-color css
<style>
span { border-color: #74701B; }
span { border-color: rgb(116,112,27); }
td.TdClassName
{
border-color: #74701B;
}
.TagClassName
{
border-color: #74701B;
}
</style>