Shades of Olivetone #75731C
Tints of Olivetone #75731C
RGB
CMYK
RGB Variations
Color information
#75731C (or 0x75731C) is known color: Olivetone. HEX triplet: 75, 73 and 1C. RGB value is (117,115,28). Sum of RGB (Red+Green+Blue) = 117+115+28=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75731C is #8A8CE3. Grayscale: #6A6A6A. Windows color (decimal): -9080036 or 1864565. OLE color: 1864565.
HSL color Cylindrical-coordinate representation of color #75731C: hue angle of 58.65º 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 #75731C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 28 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.54 |
| HSL | 58.65º | 0.61% | 0.28% | - |
| HSV(B) | 58.65º | 0.76% | 0.46% | - |
| XYZ | 13.68 | 16.13 | 3.49 | - |
| YUV | 105.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 28 | 0 | 0.02 | 0.76 | 0.54 | 58.65 | 0.61 | 0.28 |
| Hex | 75 | 73 | 1C | 0 | 2 | 4C | 36 | 3B | 3D | 1C |
| Octal | 165 | 163 | 34 | 0 | 2 | 114 | 66 | 73 | 75 | 34 |
| Binary | 1110101 | 1110011 | 11100 | 0 | 10 | 1001100 | 110110 | 111011 | 111101 | 11100 |
Color Harmonies of #75731C
Complementary color
Monochromatic Colors of #75731C
Black with #75731C
Text Example
Text Example
White with #75731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75731C; }
p { color: rgb(117,115,28); }
H1.HeaderClassName
{
color: #75731C;
}
.AnyTagClassName
{
color: #75731C;
}
</style>
background-color css
<style>
a { background-color: #75731C; }
a { background-color: rgb(117,115,28); }
div.DivClassName
{
background-color: #75731C;
}
.BgClassName
{
background-color: #75731C;
}
</style>
border-color css
<style>
span { border-color: #75731C; }
span { border-color: rgb(117,115,28); }
td.TdClassName
{
border-color: #75731C;
}
.TagClassName
{
border-color: #75731C;
}
</style>