Shades of Olivetone #75741B
Tints of Olivetone #75741B
RGB
CMYK
RGB Variations
Color information
#75741B (or 0x75741B) is known color: Olivetone. HEX triplet: 75, 74 and 1B. RGB value is (117,116,27). Sum of RGB (Red+Green+Blue) = 117+116+27=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75741B is #8A8BE4. Grayscale: #6A6A6A. Windows color (decimal): -9079781 or 1799285. OLE color: 1799285.
HSL color Cylindrical-coordinate representation of color #75741B: hue angle of 59.33º 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 #75741B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 27 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.54 |
| HSL | 59.33º | 0.63% | 0.28% | - |
| HSV(B) | 59.33º | 0.77% | 0.46% | - |
| XYZ | 13.78 | 16.35 | 3.47 | - |
| YUV | 106.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 27 | 0 | 0.01 | 0.77 | 0.54 | 59.33 | 0.63 | 0.28 |
| Hex | 75 | 74 | 1B | 0 | 1 | 4D | 36 | 3B | 3E | 1C |
| Octal | 165 | 164 | 33 | 0 | 1 | 115 | 66 | 73 | 76 | 34 |
| Binary | 1110101 | 1110100 | 11011 | 0 | 1 | 1001101 | 110110 | 111011 | 111110 | 11100 |
Color Harmonies of #75741B
Complementary color
Monochromatic Colors of #75741B
Black with #75741B
Text Example
Text Example
White with #75741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75741B; }
p { color: rgb(117,116,27); }
H1.HeaderClassName
{
color: #75741B;
}
.AnyTagClassName
{
color: #75741B;
}
</style>
background-color css
<style>
a { background-color: #75741B; }
a { background-color: rgb(117,116,27); }
div.DivClassName
{
background-color: #75741B;
}
.BgClassName
{
background-color: #75741B;
}
</style>
border-color css
<style>
span { border-color: #75741B; }
span { border-color: rgb(117,116,27); }
td.TdClassName
{
border-color: #75741B;
}
.TagClassName
{
border-color: #75741B;
}
</style>