Shades of Olivetone #6F6825
Tints of Olivetone #6F6825
RGB
CMYK
RGB Variations
Color information
#6F6825 (or 0x6F6825) is known color: Olivetone. HEX triplet: 6F, 68 and 25. RGB value is (111,104,37). Sum of RGB (Red+Green+Blue) = 111+104+37=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6825 is #9097DA. Grayscale: #626262. Windows color (decimal): -9476059 or 2451567. OLE color: 2451567.
HSL color Cylindrical-coordinate representation of color #6F6825: hue angle of 54.32º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F6825 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 37 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.56 |
| HSL | 54.32º | 0.5% | 0.29% | - |
| HSV(B) | 54.32º | 0.67% | 0.44% | - |
| XYZ | 11.84 | 13.41 | 3.72 | - |
| YUV | 98.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 37 | 0 | 0.06 | 0.67 | 0.56 | 54.32 | 0.5 | 0.29 |
| Hex | 6F | 68 | 25 | 0 | 6 | 43 | 38 | 36 | 32 | 1D |
| Octal | 157 | 150 | 45 | 0 | 6 | 103 | 70 | 66 | 62 | 35 |
| Binary | 1101111 | 1101000 | 100101 | 0 | 110 | 1000011 | 111000 | 110110 | 110010 | 11101 |
Color Harmonies of #6F6825
Complementary color
Monochromatic Colors of #6F6825
Black with #6F6825
Text Example
Text Example
White with #6F6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6825; }
p { color: rgb(111,104,37); }
H1.HeaderClassName
{
color: #6F6825;
}
.AnyTagClassName
{
color: #6F6825;
}
</style>
background-color css
<style>
a { background-color: #6F6825; }
a { background-color: rgb(111,104,37); }
div.DivClassName
{
background-color: #6F6825;
}
.BgClassName
{
background-color: #6F6825;
}
</style>
border-color css
<style>
span { border-color: #6F6825; }
span { border-color: rgb(111,104,37); }
td.TdClassName
{
border-color: #6F6825;
}
.TagClassName
{
border-color: #6F6825;
}
</style>