Shades of Olivetone #696927
Tints of Olivetone #696927
RGB
CMYK
RGB Variations
Color information
#696927 (or 0x696927) is known color: Olivetone. HEX triplet: 69, 69 and 27. RGB value is (105,105,39). Sum of RGB (Red+Green+Blue) = 105+105+39=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696927 is #9696D8. Grayscale: #616161. Windows color (decimal): -9869017 or 2582889. OLE color: 2582889.
HSL color Cylindrical-coordinate representation of color #696927: hue angle of 60º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #696927 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 39 | - |
| CMYK | 0 | 0 | 0.63 | 0.59 |
| HSL | 60º | 0.46% | 0.28% | - |
| HSV(B) | 60º | 0.63% | 0.41% | - |
| XYZ | 11.24 | 13.25 | 3.88 | - |
| YUV | 97.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 39 | 0 | 0 | 0.63 | 0.59 | 60 | 0.46 | 0.28 |
| Hex | 69 | 69 | 27 | 0 | 0 | 3F | 3B | 3C | 2E | 1C |
| Octal | 151 | 151 | 47 | 0 | 0 | 77 | 73 | 74 | 56 | 34 |
| Binary | 1101001 | 1101001 | 100111 | 0 | 0 | 111111 | 111011 | 111100 | 101110 | 11100 |
Color Harmonies of #696927
Complementary color
Monochromatic Colors of #696927
Black with #696927
Text Example
Text Example
White with #696927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696927; }
p { color: rgb(105,105,39); }
H1.HeaderClassName
{
color: #696927;
}
.AnyTagClassName
{
color: #696927;
}
</style>
background-color css
<style>
a { background-color: #696927; }
a { background-color: rgb(105,105,39); }
div.DivClassName
{
background-color: #696927;
}
.BgClassName
{
background-color: #696927;
}
</style>
border-color css
<style>
span { border-color: #696927; }
span { border-color: rgb(105,105,39); }
td.TdClassName
{
border-color: #696927;
}
.TagClassName
{
border-color: #696927;
}
</style>