Shades of Olivetone #75731F
Tints of Olivetone #75731F
RGB
CMYK
RGB Variations
Color information
#75731F (or 0x75731F) is known color: Olivetone. HEX triplet: 75, 73 and 1F. RGB value is (117,115,31). Sum of RGB (Red+Green+Blue) = 117+115+31=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75731F is #8A8CE0. Grayscale: #6A6A6A. Windows color (decimal): -9080033 or 2061173. OLE color: 2061173.
HSL color Cylindrical-coordinate representation of color #75731F: hue angle of 58.6º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75731F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 31 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.54 |
| HSL | 58.6º | 0.58% | 0.29% | - |
| HSV(B) | 58.6º | 0.74% | 0.46% | - |
| XYZ | 13.71 | 16.14 | 3.69 | - |
| YUV | 106.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 31 | 0 | 0.02 | 0.74 | 0.54 | 58.6 | 0.58 | 0.29 |
| Hex | 75 | 73 | 1F | 0 | 2 | 4A | 36 | 3B | 3A | 1D |
| Octal | 165 | 163 | 37 | 0 | 2 | 112 | 66 | 73 | 72 | 35 |
| Binary | 1110101 | 1110011 | 11111 | 0 | 10 | 1001010 | 110110 | 111011 | 111010 | 11101 |
Color Harmonies of #75731F
Complementary color
Monochromatic Colors of #75731F
Black with #75731F
Text Example
Text Example
White with #75731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75731F; }
p { color: rgb(117,115,31); }
H1.HeaderClassName
{
color: #75731F;
}
.AnyTagClassName
{
color: #75731F;
}
</style>
background-color css
<style>
a { background-color: #75731F; }
a { background-color: rgb(117,115,31); }
div.DivClassName
{
background-color: #75731F;
}
.BgClassName
{
background-color: #75731F;
}
</style>
border-color css
<style>
span { border-color: #75731F; }
span { border-color: rgb(117,115,31); }
td.TdClassName
{
border-color: #75731F;
}
.TagClassName
{
border-color: #75731F;
}
</style>