Shades of Olivetone #756B1A
Tints of Olivetone #756B1A
RGB
CMYK
RGB Variations
Color information
#756B1A (or 0x756B1A) is known color: Olivetone. HEX triplet: 75, 6B and 1A. RGB value is (117,107,26). Sum of RGB (Red+Green+Blue) = 117+107+26=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B1A is #8A94E5. Grayscale: #656565. Windows color (decimal): -9082086 or 1731445. OLE color: 1731445.
HSL color Cylindrical-coordinate representation of color #756B1A: hue angle of 53.41º 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 #756B1A is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 26 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.54 |
| HSL | 53.41º | 0.64% | 0.28% | - |
| HSV(B) | 53.41º | 0.78% | 0.46% | - |
| XYZ | 12.78 | 14.37 | 3.08 | - |
| YUV | 100.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 26 | 0 | 0.09 | 0.78 | 0.54 | 53.41 | 0.64 | 0.28 |
| Hex | 75 | 6B | 1A | 0 | 9 | 4E | 36 | 35 | 40 | 1C |
| Octal | 165 | 153 | 32 | 0 | 11 | 116 | 66 | 65 | 100 | 34 |
| Binary | 1110101 | 1101011 | 11010 | 0 | 1001 | 1001110 | 110110 | 110101 | 1000000 | 11100 |
Color Harmonies of #756B1A
Complementary color
Monochromatic Colors of #756B1A
Black with #756B1A
Text Example
Text Example
White with #756B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B1A; }
p { color: rgb(117,107,26); }
H1.HeaderClassName
{
color: #756B1A;
}
.AnyTagClassName
{
color: #756B1A;
}
</style>
background-color css
<style>
a { background-color: #756B1A; }
a { background-color: rgb(117,107,26); }
div.DivClassName
{
background-color: #756B1A;
}
.BgClassName
{
background-color: #756B1A;
}
</style>
border-color css
<style>
span { border-color: #756B1A; }
span { border-color: rgb(117,107,26); }
td.TdClassName
{
border-color: #756B1A;
}
.TagClassName
{
border-color: #756B1A;
}
</style>