Shades of Olivetone #6F6827
Tints of Olivetone #6F6827
RGB
CMYK
RGB Variations
Color information
#6F6827 (or 0x6F6827) is known color: Olivetone. HEX triplet: 6F, 68 and 27. RGB value is (111,104,39). Sum of RGB (Red+Green+Blue) = 111+104+39=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6827 is #9097D8. Grayscale: #626262. Windows color (decimal): -9476057 or 2582639. OLE color: 2582639.
HSL color Cylindrical-coordinate representation of color #6F6827: hue angle of 54.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F6827 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 39 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.56 |
| HSL | 54.17º | 0.48% | 0.29% | - |
| HSV(B) | 54.17º | 0.65% | 0.44% | - |
| XYZ | 11.87 | 13.43 | 3.89 | - |
| YUV | 98.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 39 | 0 | 0.06 | 0.65 | 0.56 | 54.17 | 0.48 | 0.29 |
| Hex | 6F | 68 | 27 | 0 | 6 | 41 | 38 | 36 | 30 | 1D |
| Octal | 157 | 150 | 47 | 0 | 6 | 101 | 70 | 66 | 60 | 35 |
| Binary | 1101111 | 1101000 | 100111 | 0 | 110 | 1000001 | 111000 | 110110 | 110000 | 11101 |
Color Harmonies of #6F6827
Complementary color
Monochromatic Colors of #6F6827
Black with #6F6827
Text Example
Text Example
White with #6F6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6827; }
p { color: rgb(111,104,39); }
H1.HeaderClassName
{
color: #6F6827;
}
.AnyTagClassName
{
color: #6F6827;
}
</style>
background-color css
<style>
a { background-color: #6F6827; }
a { background-color: rgb(111,104,39); }
div.DivClassName
{
background-color: #6F6827;
}
.BgClassName
{
background-color: #6F6827;
}
</style>
border-color css
<style>
span { border-color: #6F6827; }
span { border-color: rgb(111,104,39); }
td.TdClassName
{
border-color: #6F6827;
}
.TagClassName
{
border-color: #6F6827;
}
</style>