Shades of Olive #756B06
Tints of Olive #756B06
RGB
CMYK
RGB Variations
Color information
#756B06 (or 0x756B06) is known color: Olive. HEX triplet: 75, 6B and 06. RGB value is (117,107,6). Sum of RGB (Red+Green+Blue) = 117+107+6=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #756B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B06 is #8A94F9. Grayscale: #626262. Windows color (decimal): -9082106 or 420725. OLE color: 420725.
HSL color Cylindrical-coordinate representation of color #756B06: hue angle of 54.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #756B06 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 6 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.54 |
| HSL | 54.59º | 0.9% | 0.24% | - |
| HSV(B) | 54.59º | 0.95% | 0.46% | - |
| XYZ | 12.63 | 14.31 | 2.27 | - |
| YUV | 98.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 6 | 0 | 0.09 | 0.95 | 0.54 | 54.59 | 0.9 | 0.24 |
| Hex | 75 | 6B | 6 | 0 | 9 | 5F | 36 | 37 | 5A | 18 |
| Octal | 165 | 153 | 6 | 0 | 11 | 137 | 66 | 67 | 132 | 30 |
| Binary | 1110101 | 1101011 | 110 | 0 | 1001 | 1011111 | 110110 | 110111 | 1011010 | 11000 |
Color Harmonies of #756B06
Complementary color
Monochromatic Colors of #756B06
Black with #756B06
Text Example
Text Example
White with #756B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B06; }
p { color: rgb(117,107,6); }
H1.HeaderClassName
{
color: #756B06;
}
.AnyTagClassName
{
color: #756B06;
}
</style>
background-color css
<style>
a { background-color: #756B06; }
a { background-color: rgb(117,107,6); }
div.DivClassName
{
background-color: #756B06;
}
.BgClassName
{
background-color: #756B06;
}
</style>
border-color css
<style>
span { border-color: #756B06; }
span { border-color: rgb(117,107,6); }
td.TdClassName
{
border-color: #756B06;
}
.TagClassName
{
border-color: #756B06;
}
</style>