Shades of Olive #6D750B
Tints of Olive #6D750B
RGB
CMYK
RGB Variations
Color information
#6D750B (or 0x6D750B) is known color: Olive. HEX triplet: 6D, 75 and 0B. RGB value is (109,117,11). Sum of RGB (Red+Green+Blue) = 109+117+11=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #6D750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D750B is #928AF4. Grayscale: #666666. Windows color (decimal): -9603829 or 750957. OLE color: 750957.
HSL color Cylindrical-coordinate representation of color #6D750B: hue angle of 64.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D750B is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 11 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.54 |
| HSL | 64.53º | 0.83% | 0.25% | - |
| HSV(B) | 64.53º | 0.91% | 0.46% | - |
| XYZ | 12.73 | 16 | 2.73 | - |
| YUV | 102.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 11 | 0.07 | 0 | 0.91 | 0.54 | 64.53 | 0.83 | 0.25 |
| Hex | 6D | 75 | B | 7 | 0 | 5B | 36 | 41 | 53 | 19 |
| Octal | 155 | 165 | 13 | 7 | 0 | 133 | 66 | 101 | 123 | 31 |
| Binary | 1101101 | 1110101 | 1011 | 111 | 0 | 1011011 | 110110 | 1000001 | 1010011 | 11001 |
Color Harmonies of #6D750B
Complementary color
Monochromatic Colors of #6D750B
Black with #6D750B
Text Example
Text Example
White with #6D750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D750B; }
p { color: rgb(109,117,11); }
H1.HeaderClassName
{
color: #6D750B;
}
.AnyTagClassName
{
color: #6D750B;
}
</style>
background-color css
<style>
a { background-color: #6D750B; }
a { background-color: rgb(109,117,11); }
div.DivClassName
{
background-color: #6D750B;
}
.BgClassName
{
background-color: #6D750B;
}
</style>
border-color css
<style>
span { border-color: #6D750B; }
span { border-color: rgb(109,117,11); }
td.TdClassName
{
border-color: #6D750B;
}
.TagClassName
{
border-color: #6D750B;
}
</style>