Shades of Olivetone #756F19
Tints of Olivetone #756F19
RGB
CMYK
RGB Variations
Color information
#756F19 (or 0x756F19) is known color: Olivetone. HEX triplet: 75, 6F and 19. RGB value is (117,111,25). Sum of RGB (Red+Green+Blue) = 117+111+25=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F19 is #8A90E6. Grayscale: #676767. Windows color (decimal): -9081063 or 1666933. OLE color: 1666933.
HSL color Cylindrical-coordinate representation of color #756F19: hue angle of 56.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #756F19 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 25 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.54 |
| HSL | 56.09º | 0.65% | 0.28% | - |
| HSV(B) | 56.09º | 0.79% | 0.46% | - |
| XYZ | 13.2 | 15.22 | 3.16 | - |
| YUV | 102.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 25 | 0 | 0.05 | 0.79 | 0.54 | 56.09 | 0.65 | 0.28 |
| Hex | 75 | 6F | 19 | 0 | 5 | 4F | 36 | 38 | 41 | 1C |
| Octal | 165 | 157 | 31 | 0 | 5 | 117 | 66 | 70 | 101 | 34 |
| Binary | 1110101 | 1101111 | 11001 | 0 | 101 | 1001111 | 110110 | 111000 | 1000001 | 11100 |
Color Harmonies of #756F19
Complementary color
Monochromatic Colors of #756F19
Black with #756F19
Text Example
Text Example
White with #756F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F19; }
p { color: rgb(117,111,25); }
H1.HeaderClassName
{
color: #756F19;
}
.AnyTagClassName
{
color: #756F19;
}
</style>
background-color css
<style>
a { background-color: #756F19; }
a { background-color: rgb(117,111,25); }
div.DivClassName
{
background-color: #756F19;
}
.BgClassName
{
background-color: #756F19;
}
</style>
border-color css
<style>
span { border-color: #756F19; }
span { border-color: rgb(117,111,25); }
td.TdClassName
{
border-color: #756F19;
}
.TagClassName
{
border-color: #756F19;
}
</style>