Shades of Olivetone #75751B
Tints of Olivetone #75751B
RGB
CMYK
RGB Variations
Color information
#75751B (or 0x75751B) is known color: Olivetone. HEX triplet: 75, 75 and 1B. RGB value is (117,117,27). Sum of RGB (Red+Green+Blue) = 117+117+27=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75751B is #8A8AE4. Grayscale: #6B6B6B. Windows color (decimal): -9079525 or 1799541. OLE color: 1799541.
HSL color Cylindrical-coordinate representation of color #75751B: hue angle of 60º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75751B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 27 | - |
| CMYK | 0 | 0 | 0.77 | 0.54 |
| HSL | 60º | 0.63% | 0.28% | - |
| HSV(B) | 60º | 0.77% | 0.46% | - |
| XYZ | 13.9 | 16.58 | 3.51 | - |
| YUV | 106.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 27 | 0 | 0 | 0.77 | 0.54 | 60 | 0.63 | 0.28 |
| Hex | 75 | 75 | 1B | 0 | 0 | 4D | 36 | 3C | 3E | 1C |
| Octal | 165 | 165 | 33 | 0 | 0 | 115 | 66 | 74 | 76 | 34 |
| Binary | 1110101 | 1110101 | 11011 | 0 | 0 | 1001101 | 110110 | 111100 | 111110 | 11100 |
Color Harmonies of #75751B
Complementary color
Monochromatic Colors of #75751B
Black with #75751B
Text Example
Text Example
White with #75751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75751B; }
p { color: rgb(117,117,27); }
H1.HeaderClassName
{
color: #75751B;
}
.AnyTagClassName
{
color: #75751B;
}
</style>
background-color css
<style>
a { background-color: #75751B; }
a { background-color: rgb(117,117,27); }
div.DivClassName
{
background-color: #75751B;
}
.BgClassName
{
background-color: #75751B;
}
</style>
border-color css
<style>
span { border-color: #75751B; }
span { border-color: rgb(117,117,27); }
td.TdClassName
{
border-color: #75751B;
}
.TagClassName
{
border-color: #75751B;
}
</style>