Shades of Olivetone #6C6D2F
Tints of Olivetone #6C6D2F
RGB
CMYK
RGB Variations
Color information
#6C6D2F (or 0x6C6D2F) is known color: Olivetone. HEX triplet: 6C, 6D and 2F. RGB value is (108,109,47). Sum of RGB (Red+Green+Blue) = 108+109+47=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6D2F is #9392D0. Grayscale: #656565. Windows color (decimal): -9671377 or 3108204. OLE color: 3108204.
HSL color Cylindrical-coordinate representation of color #6C6D2F: hue angle of 60.97º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C6D2F is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 47 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.57 |
| HSL | 60.97º | 0.4% | 0.31% | - |
| HSV(B) | 60.97º | 0.57% | 0.43% | - |
| XYZ | 12.17 | 14.33 | 4.81 | - |
| YUV | 101.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 47 | 0.01 | 0 | 0.57 | 0.57 | 60.97 | 0.4 | 0.31 |
| Hex | 6C | 6D | 2F | 1 | 0 | 39 | 39 | 3D | 28 | 1F |
| Octal | 154 | 155 | 57 | 1 | 0 | 71 | 71 | 75 | 50 | 37 |
| Binary | 1101100 | 1101101 | 101111 | 1 | 0 | 111001 | 111001 | 111101 | 101000 | 11111 |
Color Harmonies of #6C6D2F
Complementary color
Monochromatic Colors of #6C6D2F
Black with #6C6D2F
Text Example
Text Example
White with #6C6D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D2F; }
p { color: rgb(108,109,47); }
H1.HeaderClassName
{
color: #6C6D2F;
}
.AnyTagClassName
{
color: #6C6D2F;
}
</style>
background-color css
<style>
a { background-color: #6C6D2F; }
a { background-color: rgb(108,109,47); }
div.DivClassName
{
background-color: #6C6D2F;
}
.BgClassName
{
background-color: #6C6D2F;
}
</style>
border-color css
<style>
span { border-color: #6C6D2F; }
span { border-color: rgb(108,109,47); }
td.TdClassName
{
border-color: #6C6D2F;
}
.TagClassName
{
border-color: #6C6D2F;
}
</style>