Shades of Olivetone #756B1C
Tints of Olivetone #756B1C
RGB
CMYK
RGB Variations
Color information
#756B1C (or 0x756B1C) is known color: Olivetone. HEX triplet: 75, 6B and 1C. RGB value is (117,107,28). Sum of RGB (Red+Green+Blue) = 117+107+28=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #756B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B1C is #8A94E3. Grayscale: #656565. Windows color (decimal): -9082084 or 1862517. OLE color: 1862517.
HSL color Cylindrical-coordinate representation of color #756B1C: hue angle of 53.26º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #756B1C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 28 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.54 |
| HSL | 53.26º | 0.61% | 0.28% | - |
| HSV(B) | 53.26º | 0.76% | 0.46% | - |
| XYZ | 12.8 | 14.38 | 3.2 | - |
| YUV | 100.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 28 | 0 | 0.09 | 0.76 | 0.54 | 53.26 | 0.61 | 0.28 |
| Hex | 75 | 6B | 1C | 0 | 9 | 4C | 36 | 35 | 3D | 1C |
| Octal | 165 | 153 | 34 | 0 | 11 | 114 | 66 | 65 | 75 | 34 |
| Binary | 1110101 | 1101011 | 11100 | 0 | 1001 | 1001100 | 110110 | 110101 | 111101 | 11100 |
Color Harmonies of #756B1C
Complementary color
Monochromatic Colors of #756B1C
Black with #756B1C
Text Example
Text Example
White with #756B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B1C; }
p { color: rgb(117,107,28); }
H1.HeaderClassName
{
color: #756B1C;
}
.AnyTagClassName
{
color: #756B1C;
}
</style>
background-color css
<style>
a { background-color: #756B1C; }
a { background-color: rgb(117,107,28); }
div.DivClassName
{
background-color: #756B1C;
}
.BgClassName
{
background-color: #756B1C;
}
</style>
border-color css
<style>
span { border-color: #756B1C; }
span { border-color: rgb(117,107,28); }
td.TdClassName
{
border-color: #756B1C;
}
.TagClassName
{
border-color: #756B1C;
}
</style>