Shades of Olive #756B08
Tints of Olive #756B08
RGB
CMYK
RGB Variations
Color information
#756B08 (or 0x756B08) is known color: Olive. HEX triplet: 75, 6B and 08. RGB value is (117,107,8). Sum of RGB (Red+Green+Blue) = 117+107+8=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #756B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B08 is #8A94F7. Grayscale: #636363. Windows color (decimal): -9082104 or 551797. OLE color: 551797.
HSL color Cylindrical-coordinate representation of color #756B08: hue angle of 54.5º 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 #756B08 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 8 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.54 |
| HSL | 54.5º | 0.87% | 0.25% | - |
| HSV(B) | 54.5º | 0.93% | 0.46% | - |
| XYZ | 12.64 | 14.31 | 2.33 | - |
| YUV | 98.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 8 | 0 | 0.09 | 0.93 | 0.54 | 54.5 | 0.87 | 0.25 |
| Hex | 75 | 6B | 8 | 0 | 9 | 5D | 36 | 36 | 57 | 19 |
| Octal | 165 | 153 | 10 | 0 | 11 | 135 | 66 | 66 | 127 | 31 |
| Binary | 1110101 | 1101011 | 1000 | 0 | 1001 | 1011101 | 110110 | 110110 | 1010111 | 11001 |
Color Harmonies of #756B08
Complementary color
Monochromatic Colors of #756B08
Black with #756B08
Text Example
Text Example
White with #756B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B08; }
p { color: rgb(117,107,8); }
H1.HeaderClassName
{
color: #756B08;
}
.AnyTagClassName
{
color: #756B08;
}
</style>
background-color css
<style>
a { background-color: #756B08; }
a { background-color: rgb(117,107,8); }
div.DivClassName
{
background-color: #756B08;
}
.BgClassName
{
background-color: #756B08;
}
</style>
border-color css
<style>
span { border-color: #756B08; }
span { border-color: rgb(117,107,8); }
td.TdClassName
{
border-color: #756B08;
}
.TagClassName
{
border-color: #756B08;
}
</style>