Shades of Olivetone #75741C
Tints of Olivetone #75741C
RGB
CMYK
RGB Variations
Color information
#75741C (or 0x75741C) is known color: Olivetone. HEX triplet: 75, 74 and 1C. RGB value is (117,116,28). Sum of RGB (Red+Green+Blue) = 117+116+28=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75741C is #8A8BE3. Grayscale: #6A6A6A. Windows color (decimal): -9079780 or 1864821. OLE color: 1864821.
HSL color Cylindrical-coordinate representation of color #75741C: hue angle of 59.33º 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 #75741C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 28 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.54 |
| HSL | 59.33º | 0.61% | 0.28% | - |
| HSV(B) | 59.33º | 0.76% | 0.46% | - |
| XYZ | 13.79 | 16.36 | 3.53 | - |
| YUV | 106.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 28 | 0 | 0.01 | 0.76 | 0.54 | 59.33 | 0.61 | 0.28 |
| Hex | 75 | 74 | 1C | 0 | 1 | 4C | 36 | 3B | 3D | 1C |
| Octal | 165 | 164 | 34 | 0 | 1 | 114 | 66 | 73 | 75 | 34 |
| Binary | 1110101 | 1110100 | 11100 | 0 | 1 | 1001100 | 110110 | 111011 | 111101 | 11100 |
Color Harmonies of #75741C
Complementary color
Monochromatic Colors of #75741C
Black with #75741C
Text Example
Text Example
White with #75741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75741C; }
p { color: rgb(117,116,28); }
H1.HeaderClassName
{
color: #75741C;
}
.AnyTagClassName
{
color: #75741C;
}
</style>
background-color css
<style>
a { background-color: #75741C; }
a { background-color: rgb(117,116,28); }
div.DivClassName
{
background-color: #75741C;
}
.BgClassName
{
background-color: #75741C;
}
</style>
border-color css
<style>
span { border-color: #75741C; }
span { border-color: rgb(117,116,28); }
td.TdClassName
{
border-color: #75741C;
}
.TagClassName
{
border-color: #75741C;
}
</style>