Shades of Olivetone #6C6926
Tints of Olivetone #6C6926
RGB
CMYK
RGB Variations
Color information
#6C6926 (or 0x6C6926) is known color: Olivetone. HEX triplet: 6C, 69 and 26. RGB value is (108,105,38). Sum of RGB (Red+Green+Blue) = 108+105+38=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6926 is #9396D9. Grayscale: #626262. Windows color (decimal): -9672410 or 2517356. OLE color: 2517356.
HSL color Cylindrical-coordinate representation of color #6C6926: hue angle of 57.43º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C6926 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 38 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.58 |
| HSL | 57.43º | 0.48% | 0.29% | - |
| HSV(B) | 57.43º | 0.65% | 0.42% | - |
| XYZ | 11.59 | 13.43 | 3.82 | - |
| YUV | 98.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 38 | 0 | 0.03 | 0.65 | 0.58 | 57.43 | 0.48 | 0.29 |
| Hex | 6C | 69 | 26 | 0 | 3 | 41 | 3A | 39 | 30 | 1D |
| Octal | 154 | 151 | 46 | 0 | 3 | 101 | 72 | 71 | 60 | 35 |
| Binary | 1101100 | 1101001 | 100110 | 0 | 11 | 1000001 | 111010 | 111001 | 110000 | 11101 |
Color Harmonies of #6C6926
Complementary color
Monochromatic Colors of #6C6926
Black with #6C6926
Text Example
Text Example
White with #6C6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6926; }
p { color: rgb(108,105,38); }
H1.HeaderClassName
{
color: #6C6926;
}
.AnyTagClassName
{
color: #6C6926;
}
</style>
background-color css
<style>
a { background-color: #6C6926; }
a { background-color: rgb(108,105,38); }
div.DivClassName
{
background-color: #6C6926;
}
.BgClassName
{
background-color: #6C6926;
}
</style>
border-color css
<style>
span { border-color: #6C6926; }
span { border-color: rgb(108,105,38); }
td.TdClassName
{
border-color: #6C6926;
}
.TagClassName
{
border-color: #6C6926;
}
</style>