Shades of Olive #698105
Tints of Olive #698105
RGB
CMYK
RGB Variations
Color information
#698105 (or 0x698105) is known color: Olive. HEX triplet: 69, 81 and 05. RGB value is (105,129,5). Sum of RGB (Red+Green+Blue) = 105+129+5=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #698105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698105 is #967EFA. Grayscale: #6C6C6C. Windows color (decimal): -9862907 or 360809. OLE color: 360809.
HSL color Cylindrical-coordinate representation of color #698105: hue angle of 71.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698105 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 5 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.49 |
| HSL | 71.61º | 0.93% | 0.26% | - |
| HSV(B) | 71.61º | 0.96% | 0.51% | - |
| XYZ | 13.7 | 18.71 | 3.03 | - |
| YUV | 107.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 5 | 0.19 | 0 | 0.96 | 0.49 | 71.61 | 0.93 | 0.26 |
| Hex | 69 | 81 | 5 | 13 | 0 | 60 | 31 | 48 | 5D | 1A |
| Octal | 151 | 201 | 5 | 23 | 0 | 140 | 61 | 110 | 135 | 32 |
| Binary | 1101001 | 10000001 | 101 | 10011 | 0 | 1100000 | 110001 | 1001000 | 1011101 | 11010 |
Color Harmonies of #698105
Complementary color
Monochromatic Colors of #698105
Black with #698105
Text Example
Text Example
White with #698105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698105; }
p { color: rgb(105,129,5); }
H1.HeaderClassName
{
color: #698105;
}
.AnyTagClassName
{
color: #698105;
}
</style>
background-color css
<style>
a { background-color: #698105; }
a { background-color: rgb(105,129,5); }
div.DivClassName
{
background-color: #698105;
}
.BgClassName
{
background-color: #698105;
}
</style>
border-color css
<style>
span { border-color: #698105; }
span { border-color: rgb(105,129,5); }
td.TdClassName
{
border-color: #698105;
}
.TagClassName
{
border-color: #698105;
}
</style>