Shades of Olive #756C08
Tints of Olive #756C08
RGB
CMYK
RGB Variations
Color information
#756C08 (or 0x756C08) is known color: Olive. HEX triplet: 75, 6C and 08. RGB value is (117,108,8). Sum of RGB (Red+Green+Blue) = 117+108+8=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #756C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C08 is #8A93F7. Grayscale: #636363. Windows color (decimal): -9081848 or 552053. OLE color: 552053.
HSL color Cylindrical-coordinate representation of color #756C08: hue angle of 55.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #756C08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.54 |
| HSL | 55.05º | 0.87% | 0.25% | - |
| HSV(B) | 55.05º | 0.93% | 0.46% | - |
| XYZ | 12.74 | 14.52 | 2.36 | - |
| YUV | 99.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 8 | 0 | 0.08 | 0.93 | 0.54 | 55.05 | 0.87 | 0.25 |
| Hex | 75 | 6C | 8 | 0 | 8 | 5D | 36 | 37 | 57 | 19 |
| Octal | 165 | 154 | 10 | 0 | 10 | 135 | 66 | 67 | 127 | 31 |
| Binary | 1110101 | 1101100 | 1000 | 0 | 1000 | 1011101 | 110110 | 110111 | 1010111 | 11001 |
Color Harmonies of #756C08
Complementary color
Monochromatic Colors of #756C08
Black with #756C08
Text Example
Text Example
White with #756C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C08; }
p { color: rgb(117,108,8); }
H1.HeaderClassName
{
color: #756C08;
}
.AnyTagClassName
{
color: #756C08;
}
</style>
background-color css
<style>
a { background-color: #756C08; }
a { background-color: rgb(117,108,8); }
div.DivClassName
{
background-color: #756C08;
}
.BgClassName
{
background-color: #756C08;
}
</style>
border-color css
<style>
span { border-color: #756C08; }
span { border-color: rgb(117,108,8); }
td.TdClassName
{
border-color: #756C08;
}
.TagClassName
{
border-color: #756C08;
}
</style>