Shades of Olivetone #75701B
Tints of Olivetone #75701B
RGB
CMYK
RGB Variations
Color information
#75701B (or 0x75701B) is known color: Olivetone. HEX triplet: 75, 70 and 1B. RGB value is (117,112,27). Sum of RGB (Red+Green+Blue) = 117+112+27=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701B is #8A8FE4. Grayscale: #686868. Windows color (decimal): -9080805 or 1798261. OLE color: 1798261.
HSL color Cylindrical-coordinate representation of color #75701B: hue angle of 56.67º 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 #75701B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 27 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.54 |
| HSL | 56.67º | 0.63% | 0.28% | - |
| HSV(B) | 56.67º | 0.77% | 0.46% | - |
| XYZ | 13.33 | 15.45 | 3.32 | - |
| YUV | 103.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 27 | 0 | 0.04 | 0.77 | 0.54 | 56.67 | 0.63 | 0.28 |
| Hex | 75 | 70 | 1B | 0 | 4 | 4D | 36 | 39 | 3E | 1C |
| Octal | 165 | 160 | 33 | 0 | 4 | 115 | 66 | 71 | 76 | 34 |
| Binary | 1110101 | 1110000 | 11011 | 0 | 100 | 1001101 | 110110 | 111001 | 111110 | 11100 |
Color Harmonies of #75701B
Complementary color
Monochromatic Colors of #75701B
Black with #75701B
Text Example
Text Example
White with #75701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75701B; }
p { color: rgb(117,112,27); }
H1.HeaderClassName
{
color: #75701B;
}
.AnyTagClassName
{
color: #75701B;
}
</style>
background-color css
<style>
a { background-color: #75701B; }
a { background-color: rgb(117,112,27); }
div.DivClassName
{
background-color: #75701B;
}
.BgClassName
{
background-color: #75701B;
}
</style>
border-color css
<style>
span { border-color: #75701B; }
span { border-color: rgb(117,112,27); }
td.TdClassName
{
border-color: #75701B;
}
.TagClassName
{
border-color: #75701B;
}
</style>