Shades of Olivetone #6B6918
Tints of Olivetone #6B6918
RGB
CMYK
RGB Variations
Color information
#6B6918 (or 0x6B6918) is known color: Olivetone. HEX triplet: 6B, 69 and 18. RGB value is (107,105,24). Sum of RGB (Red+Green+Blue) = 107+105+24=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6918 is #9496E7. Grayscale: #606060. Windows color (decimal): -9737960 or 1599851. OLE color: 1599851.
HSL color Cylindrical-coordinate representation of color #6B6918: hue angle of 58.55º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B6918 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 105 | 24 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.58 |
| HSL | 58.55º | 0.63% | 0.26% | - |
| HSV(B) | 58.55º | 0.78% | 0.42% | - |
| XYZ | 11.28 | 13.29 | 2.84 | - |
| YUV | 96.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 24 | 0 | 0.02 | 0.78 | 0.58 | 58.55 | 0.63 | 0.26 |
| Hex | 6B | 69 | 18 | 0 | 2 | 4E | 3A | 3B | 3F | 1A |
| Octal | 153 | 151 | 30 | 0 | 2 | 116 | 72 | 73 | 77 | 32 |
| Binary | 1101011 | 1101001 | 11000 | 0 | 10 | 1001110 | 111010 | 111011 | 111111 | 11010 |
Color Harmonies of #6B6918
Complementary color
Monochromatic Colors of #6B6918
Black with #6B6918
Text Example
Text Example
White with #6B6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6918; }
p { color: rgb(107,105,24); }
H1.HeaderClassName
{
color: #6B6918;
}
.AnyTagClassName
{
color: #6B6918;
}
</style>
background-color css
<style>
a { background-color: #6B6918; }
a { background-color: rgb(107,105,24); }
div.DivClassName
{
background-color: #6B6918;
}
.BgClassName
{
background-color: #6B6918;
}
</style>
border-color css
<style>
span { border-color: #6B6918; }
span { border-color: rgb(107,105,24); }
td.TdClassName
{
border-color: #6B6918;
}
.TagClassName
{
border-color: #6B6918;
}
</style>