Shades of Olivetone #75741A
Tints of Olivetone #75741A
RGB
CMYK
RGB Variations
Color information
#75741A (or 0x75741A) is known color: Olivetone. HEX triplet: 75, 74 and 1A. RGB value is (117,116,26). Sum of RGB (Red+Green+Blue) = 117+116+26=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75741A is #8A8BE5. Grayscale: #6A6A6A. Windows color (decimal): -9079782 or 1733749. OLE color: 1733749.
HSL color Cylindrical-coordinate representation of color #75741A: hue angle of 59.34º 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 #75741A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 26 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.54 |
| HSL | 59.34º | 0.64% | 0.28% | - |
| HSV(B) | 59.34º | 0.78% | 0.46% | - |
| XYZ | 13.77 | 16.35 | 3.41 | - |
| YUV | 106.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 26 | 0 | 0.01 | 0.78 | 0.54 | 59.34 | 0.64 | 0.28 |
| Hex | 75 | 74 | 1A | 0 | 1 | 4E | 36 | 3B | 40 | 1C |
| Octal | 165 | 164 | 32 | 0 | 1 | 116 | 66 | 73 | 100 | 34 |
| Binary | 1110101 | 1110100 | 11010 | 0 | 1 | 1001110 | 110110 | 111011 | 1000000 | 11100 |
Color Harmonies of #75741A
Complementary color
Monochromatic Colors of #75741A
Black with #75741A
Text Example
Text Example
White with #75741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75741A; }
p { color: rgb(117,116,26); }
H1.HeaderClassName
{
color: #75741A;
}
.AnyTagClassName
{
color: #75741A;
}
</style>
background-color css
<style>
a { background-color: #75741A; }
a { background-color: rgb(117,116,26); }
div.DivClassName
{
background-color: #75741A;
}
.BgClassName
{
background-color: #75741A;
}
</style>
border-color css
<style>
span { border-color: #75741A; }
span { border-color: rgb(117,116,26); }
td.TdClassName
{
border-color: #75741A;
}
.TagClassName
{
border-color: #75741A;
}
</style>