Shades of Olive #6D830B
Tints of Olive #6D830B
RGB
CMYK
RGB Variations
Color information
#6D830B (or 0x6D830B) is known color: Olive. HEX triplet: 6D, 83 and 0B. RGB value is (109,131,11). Sum of RGB (Red+Green+Blue) = 109+131+11=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #6D830B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D830B is #927CF4. Grayscale: #6F6F6F. Windows color (decimal): -9600245 or 754541. OLE color: 754541.
HSL color Cylindrical-coordinate representation of color #6D830B: hue angle of 71º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D830B is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 11 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.49 |
| HSL | 71º | 0.85% | 0.28% | - |
| HSV(B) | 71º | 0.92% | 0.51% | - |
| XYZ | 14.48 | 19.51 | 3.32 | - |
| YUV | 110.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 11 | 0.17 | 0 | 0.92 | 0.49 | 71 | 0.85 | 0.28 |
| Hex | 6D | 83 | B | 11 | 0 | 5C | 31 | 47 | 55 | 1C |
| Octal | 155 | 203 | 13 | 21 | 0 | 134 | 61 | 107 | 125 | 34 |
| Binary | 1101101 | 10000011 | 1011 | 10001 | 0 | 1011100 | 110001 | 1000111 | 1010101 | 11100 |
Color Harmonies of #6D830B
Complementary color
Monochromatic Colors of #6D830B
Black with #6D830B
Text Example
Text Example
White with #6D830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D830B; }
p { color: rgb(109,131,11); }
H1.HeaderClassName
{
color: #6D830B;
}
.AnyTagClassName
{
color: #6D830B;
}
</style>
background-color css
<style>
a { background-color: #6D830B; }
a { background-color: rgb(109,131,11); }
div.DivClassName
{
background-color: #6D830B;
}
.BgClassName
{
background-color: #6D830B;
}
</style>
border-color css
<style>
span { border-color: #6D830B; }
span { border-color: rgb(109,131,11); }
td.TdClassName
{
border-color: #6D830B;
}
.TagClassName
{
border-color: #6D830B;
}
</style>