Shades of Olivetone #756F1A
Tints of Olivetone #756F1A
RGB
CMYK
RGB Variations
Color information
#756F1A (or 0x756F1A) is known color: Olivetone. HEX triplet: 75, 6F and 1A. RGB value is (117,111,26). Sum of RGB (Red+Green+Blue) = 117+111+26=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F1A is #8A90E5. Grayscale: #676767. Windows color (decimal): -9081062 or 1732469. OLE color: 1732469.
HSL color Cylindrical-coordinate representation of color #756F1A: hue angle of 56.04º 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 #756F1A is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 26 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.54 |
| HSL | 56.04º | 0.64% | 0.28% | - |
| HSV(B) | 56.04º | 0.78% | 0.46% | - |
| XYZ | 13.21 | 15.23 | 3.22 | - |
| YUV | 103.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 26 | 0 | 0.05 | 0.78 | 0.54 | 56.04 | 0.64 | 0.28 |
| Hex | 75 | 6F | 1A | 0 | 5 | 4E | 36 | 38 | 40 | 1C |
| Octal | 165 | 157 | 32 | 0 | 5 | 116 | 66 | 70 | 100 | 34 |
| Binary | 1110101 | 1101111 | 11010 | 0 | 101 | 1001110 | 110110 | 111000 | 1000000 | 11100 |
Color Harmonies of #756F1A
Complementary color
Monochromatic Colors of #756F1A
Black with #756F1A
Text Example
Text Example
White with #756F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F1A; }
p { color: rgb(117,111,26); }
H1.HeaderClassName
{
color: #756F1A;
}
.AnyTagClassName
{
color: #756F1A;
}
</style>
background-color css
<style>
a { background-color: #756F1A; }
a { background-color: rgb(117,111,26); }
div.DivClassName
{
background-color: #756F1A;
}
.BgClassName
{
background-color: #756F1A;
}
</style>
border-color css
<style>
span { border-color: #756F1A; }
span { border-color: rgb(117,111,26); }
td.TdClassName
{
border-color: #756F1A;
}
.TagClassName
{
border-color: #756F1A;
}
</style>