Shades of Olivetone #74751C
Tints of Olivetone #74751C
RGB
CMYK
RGB Variations
Color information
#74751C (or 0x74751C) is known color: Olivetone. HEX triplet: 74, 75 and 1C. RGB value is (116,117,28). Sum of RGB (Red+Green+Blue) = 116+117+28=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #74751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74751C is #8B8AE3. Grayscale: #6A6A6A. Windows color (decimal): -9145060 or 1865076. OLE color: 1865076.
HSL color Cylindrical-coordinate representation of color #74751C: hue angle of 60.67º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74751C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 28 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.54 |
| HSL | 60.67º | 0.61% | 0.28% | - |
| HSV(B) | 60.67º | 0.76% | 0.46% | - |
| XYZ | 13.77 | 16.52 | 3.56 | - |
| YUV | 106.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 28 | 0.01 | 0 | 0.76 | 0.54 | 60.67 | 0.61 | 0.28 |
| Hex | 74 | 75 | 1C | 1 | 0 | 4C | 36 | 3D | 3D | 1C |
| Octal | 164 | 165 | 34 | 1 | 0 | 114 | 66 | 75 | 75 | 34 |
| Binary | 1110100 | 1110101 | 11100 | 1 | 0 | 1001100 | 110110 | 111101 | 111101 | 11100 |
Color Harmonies of #74751C
Complementary color
Monochromatic Colors of #74751C
Black with #74751C
Text Example
Text Example
White with #74751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74751C; }
p { color: rgb(116,117,28); }
H1.HeaderClassName
{
color: #74751C;
}
.AnyTagClassName
{
color: #74751C;
}
</style>
background-color css
<style>
a { background-color: #74751C; }
a { background-color: rgb(116,117,28); }
div.DivClassName
{
background-color: #74751C;
}
.BgClassName
{
background-color: #74751C;
}
</style>
border-color css
<style>
span { border-color: #74751C; }
span { border-color: rgb(116,117,28); }
td.TdClassName
{
border-color: #74751C;
}
.TagClassName
{
border-color: #74751C;
}
</style>