Shades of Olivetone #75701A
Tints of Olivetone #75701A
RGB
CMYK
RGB Variations
Color information
#75701A (or 0x75701A) is known color: Olivetone. HEX triplet: 75, 70 and 1A. RGB value is (117,112,26). Sum of RGB (Red+Green+Blue) = 117+112+26=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #75701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701A is #8A8FE5. Grayscale: #686868. Windows color (decimal): -9080806 or 1732725. OLE color: 1732725.
HSL color Cylindrical-coordinate representation of color #75701A: hue angle of 56.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75701A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 26 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.54 |
| HSL | 56.7º | 0.64% | 0.28% | - |
| HSV(B) | 56.7º | 0.78% | 0.46% | - |
| XYZ | 13.32 | 15.44 | 3.26 | - |
| YUV | 103.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 26 | 0 | 0.04 | 0.78 | 0.54 | 56.7 | 0.64 | 0.28 |
| Hex | 75 | 70 | 1A | 0 | 4 | 4E | 36 | 39 | 40 | 1C |
| Octal | 165 | 160 | 32 | 0 | 4 | 116 | 66 | 71 | 100 | 34 |
| Binary | 1110101 | 1110000 | 11010 | 0 | 100 | 1001110 | 110110 | 111001 | 1000000 | 11100 |
Color Harmonies of #75701A
Complementary color
Monochromatic Colors of #75701A
Black with #75701A
Text Example
Text Example
White with #75701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75701A; }
p { color: rgb(117,112,26); }
H1.HeaderClassName
{
color: #75701A;
}
.AnyTagClassName
{
color: #75701A;
}
</style>
background-color css
<style>
a { background-color: #75701A; }
a { background-color: rgb(117,112,26); }
div.DivClassName
{
background-color: #75701A;
}
.BgClassName
{
background-color: #75701A;
}
</style>
border-color css
<style>
span { border-color: #75701A; }
span { border-color: rgb(117,112,26); }
td.TdClassName
{
border-color: #75701A;
}
.TagClassName
{
border-color: #75701A;
}
</style>